View Pit Stop page for race #53 by deroche1 — Ghost race
View profile for deroche (deroche1)
| Official speed | 115.65 wpm (15.77 seconds elapsed during race) |
|---|---|
| Race Start | February 16, 2019 5:52:35am UTC |
| Race Finish | February 16, 2019 5:52:50am UTC |
| Outcome | Win (1 of 4) |
| Opponents |
2. sidd_ (106.27 wpm) 3. arc_sec (89.11 wpm) |
| Accuracy | 99.0% |
| Points | 38.55 |
| 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) |