View Pit Stop page for race #26 by chlupkaw — Ghost race
View profile for Konrad (chlupkaw)
Official speed | 41.08 wpm (44.40 seconds elapsed during race) |
---|---|
Race Start | November 10, 2016 2:15:05pm UTC |
Race Finish | November 10, 2016 2:15:50pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 0.00 |
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) |