View Pit Stop page for race #21 by learning_dvorac — Ghost race
View profile for tstats[learning_dvorac] (learning_dvorac)
Official speed | 25.08 wpm (72.73 seconds elapsed during race) |
---|---|
Race Start | July 23, 2012 4:47:11pm UTC |
Race Finish | July 23, 2012 4:48:23pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 75.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) |