View Pit Stop page for race #11 by ioans — Ghost race
Official speed | 30.53 wpm (59.74 seconds elapsed during race) |
---|---|
Race Start | October 6, 2022 3:03:48am UTC |
Race Finish | October 6, 2022 3:04:47am UTC |
Outcome | No win (3 of 3) |
Accuracy | 94.0% |
Points | 10.18 |
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) |