View Pit Stop page for race #8 by elizabethwei — Ghost race
View profile for Elizabeth (elizabethwei)
Official speed | 43.32 wpm (42.11 seconds elapsed during race) |
---|---|
Race Start | December 5, 2018 10:37:59pm UTC |
Race Finish | December 5, 2018 10:38:41pm UTC |
Outcome | No win (2 of 2) |
Accuracy | 96.0% |
Points | 14.44 |
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) |