View Pit Stop page for race #1 by conqueror313 — Ghost race
View profile for Raj (conqueror313)
| Official speed | 30.74 wpm (59.34 seconds elapsed during race) |
|---|---|
| Race Start | November 17, 2013 3:51:23pm UTC |
| Race Finish | November 17, 2013 3:52:23pm UTC |
| Outcome | No win (2 of 2) |
| Opponents |
1. radien7 (33.76 wpm) |
| Accuracy | 88.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) |