View Pit Stop page for race #67 by dudiellon — Ghost race
View profile for @dudiellon (dudiellon)
Official speed | 58.28 wpm (31.30 seconds elapsed during race) |
---|---|
Race Start | April 14, 2011 4:54:12am UTC |
Race Finish | April 14, 2011 4:54:44am UTC |
Outcome | Win (1 of 2) |
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) |