View Pit Stop page for race #18 by erh4ua — Ghost race
View profile for Emily (erh4ua)
| Official speed | 42.62 wpm (42.80 seconds elapsed during race) |
|---|---|
| Race Start | September 24, 2015 10:19:25pm UTC |
| Race Finish | September 24, 2015 10:20:08pm UTC |
| Outcome | No win (5 of 7) |
| Opponents |
1. yamileth (74.21 wpm) 2. dsat (58.77 wpm) 3. arturojreal (57.32 wpm) 4. iceryda4047 (45.24 wpm) 6. richardgomes7d (39.55 wpm) 8. sanzmaxxon (32.68 wpm) |
| Accuracy | 92.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) |