View Pit Stop page for race #2 by gonryun — Ghost race
View profile for John (gonryun)
Official speed | 36.59 wpm (49.85 seconds elapsed during race) |
---|---|
Race Start | October 1, 2013 7:18:31pm UTC |
Race Finish | October 1, 2013 7:19:21pm UTC |
Outcome | Win (1 of 4) |
Opponents |
2. winasforcepta (30.78 wpm) |
Accuracy | 95.0% |
Points | 0.00 |
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) |