View Pit Stop page for race #1 by tworker — Ghost race
View profile for Jason (tworker)
Official speed | 30.61 wpm (59.59 seconds elapsed during race) |
---|---|
Race Start | June 8, 2022 8:42:14am UTC |
Race Finish | June 8, 2022 8:43:14am UTC |
Outcome | No win (2 of 2) |
Opponents |
1. sdfla (48.02 wpm) |
Accuracy | 89.0% |
Points | 10.20 |
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) |