View Pit Stop page for race #1 by gustrbepo — Ghost race
View profile for gustr (gustrbepo)
Official speed | 36.74 wpm (49.65 seconds elapsed during race) |
---|---|
Race Start | March 12, 2013 2:49:01pm UTC |
Race Finish | March 12, 2013 2:49:50pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 94.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) |