View Pit Stop page for race #191 by bossrubik — Ghost race
View profile for Fxh7+ (bossrubik)
| Official speed | 48.07 wpm (37.94 seconds elapsed during race) |
|---|---|
| Race Start | October 30, 2017 3:21:34pm UTC |
| Race Finish | October 30, 2017 3:22:12pm UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 96.0% |
| Points | 16.02 |
| 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) |