View Pit Stop page for race #11 by typist1029384756 — Ghost race
View profile for John Doe (typist1029384756)
Official speed | 41.36 wpm (44.10 seconds elapsed during race) |
---|---|
Race Start | March 29, 2023 10:23:17pm UTC |
Race Finish | March 29, 2023 10:24:02pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 13.79 |
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) |