View Pit Stop page for race #1 by mr_plow — Ghost race
View profile for Will (mr_plow)
| Official speed | 33.39 wpm (54.63 seconds elapsed during race) |
|---|---|
| Race Start | January 28, 2011 2:51:15pm UTC |
| Race Finish | January 28, 2011 2:52:09pm UTC |
| Outcome | No win (2 of 3) |
| Opponents |
3. olegi (29.90 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) |