View Pit Stop page for race #19 by gktek — Ghost race
View profile for Gabor (gktek)
Official speed | 77.13 wpm (23.65 seconds elapsed during race) |
---|---|
Race Start | January 1, 2010 3:37:20pm UTC |
Race Finish | January 1, 2010 3:37:43pm UTC |
Outcome | Win (1 of 3) |
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) |