View Pit Stop page for race #2 by grim_polar_fox — Ghost race
View profile for Alex (grim_polar_fox)
Official speed | 63.97 wpm (28.51 seconds elapsed during race) |
---|---|
Race Start | January 10, 2018 8:15:56pm UTC |
Race Finish | January 10, 2018 8:16:25pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 97.0% |
Points | 21.32 |
Text | #10006 (Length: 152 characters) print "Using URL", url req = urllib2.Request(url) fd = urllib2.urlopen(req) while 1: data = fd.read(1024) if not len(data): break sys.stdout.write(data) |