View Pit Stop page for race #2 by forenjoyment — Ghost race
View profile for Use an appropriate name (forenjoyment)
Official speed | 60.00 wpm (30.40 seconds elapsed during race) |
---|---|
Race Start | September 14, 2017 7:40:30pm UTC |
Race Finish | September 14, 2017 7:41:01pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 94.0% |
Points | 20.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) |