View Pit Stop page for race #1 by yusuf_sholeh — Ghost race
View profile for Yusuf (yusuf_sholeh)
Official speed | 65.15 wpm (28.00 seconds elapsed during race) |
---|---|
Race Start | September 30, 2016 6:48:46am UTC |
Race Finish | September 30, 2016 6:49:14am UTC |
Outcome | Win (1 of 2) |
Opponents |
2. digim (55.03 wpm) |
Accuracy | 90.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) |