View Pit Stop page for race #28 by john_mat — Ghost race
View profile for john mat (john_mat)
Official speed | 36.15 wpm (50.46 seconds elapsed during race) |
---|---|
Race Start | February 5, 2023 3:24:46am UTC |
Race Finish | February 5, 2023 3:25:37am UTC |
Outcome | No win (2 of 3) |
Accuracy | 94.0% |
Points | 12.05 |
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) |