View Pit Stop page for race #1 by hyperkids — Ghost race
View profile for Isaac (hyperkids)
Official speed | 51.47 wpm (35.44 seconds elapsed during race) |
---|---|
Race Start | October 19, 2017 10:06:26pm UTC |
Race Finish | October 19, 2017 10:07:01pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 95.0% |
Points | 17.16 |
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) |