View Pit Stop page for race #10 by munzirae86 — Ghost race
View profile for Mati (munzirae86)
| Official speed | 33.78 wpm (54.00 seconds elapsed during race) |
|---|---|
| Race Start | November 26, 2013 5:03:39am UTC |
| Race Finish | November 26, 2013 5:04:33am UTC |
| Outcome | Win (1 of 2) |
| Accuracy | 90.0% |
| 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) |