View Pit Stop page for race #255 by photondestroyer — Ghost race
View profile for The don (photondestroyer)
| Official speed | 58.61 wpm (31.12 seconds elapsed during race) |
|---|---|
| Race Start | February 2, 2023 12:48:40pm UTC |
| Race Finish | February 2, 2023 12:49:11pm UTC |
| Outcome | No win (2 of 3) |
| Accuracy | 94.0% |
| Points | 19.54 |
| 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) |