View Pit Stop page for race #19 by flsf — Ghost race
View profile for icebox (flsf)
Official speed | 80.41 wpm (22.68 seconds elapsed during race) |
---|---|
Race Start | April 28, 2019 4:13:18pm UTC |
Race Finish | April 28, 2019 4:13:41pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 26.80 |
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) |