View Pit Stop page for race #2 by seanysean — Ghost race
View profile for Sean (seanysean)
Official speed | 28.24 wpm (64.59 seconds elapsed during race) |
---|---|
Race Start | November 1, 2017 4:50:15pm UTC |
Race Finish | November 1, 2017 4:51:20pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 92.0% |
Points | 9.41 |
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) |