View Pit Stop page for race #6 by elienai2 — Ghost race
View profile for [MG] Elienai Governador Valadares (elienai2)
Official speed | 22.72 wpm (80.28 seconds elapsed during race) |
---|---|
Race Start | April 14, 2011 5:03:30am UTC |
Race Finish | April 14, 2011 5:04:51am UTC |
Outcome | No win (2 of 2) |
Opponents |
1. dudiellon (50.89 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) |