View Pit Stop page for race #579 by mayham92 — Ghost race
View profile for Mikhail (mayham92)
Official speed | 58.52 wpm (31.17 seconds elapsed during race) |
---|---|
Race Start | January 13, 2022 8:29:00am UTC |
Race Finish | January 13, 2022 8:29:31am UTC |
Outcome | No win (2 of 3) |
Accuracy | 96.0% |
Points | 19.51 |
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) |