View Pit Stop page for race #1 by ziel — Ghost race
View profile for Osiel Dias (ziel)
| Official speed | 28.55 wpm (63.89 seconds elapsed during race) |
|---|---|
| Race Start | February 13, 2011 7:36:29pm UTC |
| Race Finish | February 13, 2011 7:37:32pm UTC |
| Outcome | No win (1 of 1) |
| 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) |