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