View Pit Stop page for race #1 by ankit2313 — Ghost race
View profile for Ankit (ankit2313)
| Official speed | 28.26 wpm (64.54 seconds elapsed during race) |
|---|---|
| Race Start | January 16, 2015 11:59:25am UTC |
| Race Finish | January 16, 2015 12:00:29pm UTC |
| Outcome | No win (3 of 3) |
| Opponents |
1. nikitsaraf (43.06 wpm) 2. priyankbhatt (28.89 wpm) 4. hirak (22.35 wpm) |
| Accuracy | 89.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) |