View Pit Stop page for race #3 by elienai2 — Ghost race
View profile for [MG] Elienai Governador Valadares (elienai2)
Official speed | 22.82 wpm (79.93 seconds elapsed during race) |
---|---|
Race Start | April 14, 2011 4:45:04am UTC |
Race Finish | April 14, 2011 4:46:24am UTC |
Outcome | No win (2 of 2) |
Opponents |
1. dudiellon (56.63 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) |