View Pit Stop page for race #71 by dudiellon — Ghost race
View profile for @dudiellon (dudiellon)
Official speed | 50.89 wpm (35.84 seconds elapsed during race) |
---|---|
Race Start | April 14, 2011 5:03:30am UTC |
Race Finish | April 14, 2011 5:04:06am UTC |
Outcome | Win (1 of 2) |
Opponents |
2. elienai2 (22.72 wpm) |
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) |