View Pit Stop page for race #338 by spondulix — Ghost race
View profile for spondunoob (spondulix)
Official speed | 88.23 wpm (20.67 seconds elapsed during race) |
---|---|
Race Start | August 12, 2019 4:21:29pm UTC |
Race Finish | August 12, 2019 4:21:50pm UTC |
Outcome | No win (2 of 3) |
Opponents |
1. arc_sec (92.17 wpm) |
Accuracy | 96.0% |
Points | 29.41 |
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) |