View Pit Stop page for race #1 by chocola97 — Ghost race
View profile for Chocola (chocola97)
Official speed | 41.10 wpm (44.38 seconds elapsed during race) |
---|---|
Race Start | August 1, 2023 5:57:50am UTC |
Race Finish | August 1, 2023 5:58:34am UTC |
Outcome | No win (2 of 4) |
Opponents |
1. jankyv8 (48.31 wpm) 4. nathalia97 (30.02 wpm) |
Accuracy | 94.0% |
Points | 13.70 |
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) |