View Pit Stop page for race #3 by zmunk — Ghost race
View profile for ʞunɯz (zmunk)
| Official speed | 42.61 wpm (42.81 seconds elapsed during race) |
|---|---|
| Race Start | September 12, 2017 2:59:04am UTC |
| Race Finish | September 12, 2017 2:59:47am UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 96.0% |
| Points | 14.20 |
| 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) |