View Pit Stop page for race #4 by geverdell — Ghost race
View profile for George (geverdell)
Official speed | 55.36 wpm (32.95 seconds elapsed during race) |
---|---|
Race Start | June 9, 2023 11:21:18am UTC |
Race Finish | June 9, 2023 11:21:51am UTC |
Outcome | Win (1 of 2) |
Opponents |
2. hester_the_tester (46.52 wpm) |
Accuracy | 96.0% |
Points | 18.45 |
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) |