View Pit Stop page for race #5 by uchihalol — Ghost race
View profile for Calculus (uchihalol)
| Official speed | 64.18 wpm (28.42 seconds elapsed during race) |
|---|---|
| Race Start | November 1, 2018 6:23:42pm UTC |
| Race Finish | November 1, 2018 6:24:10pm UTC |
| Outcome | No win (2 of 4) |
| Opponents |
1. styrofoam (67.26 wpm) 3. atthetop (63.68 wpm) 4. hyper_racer (45.26 wpm) |
| Accuracy | 93.0% |
| Points | 21.39 |
| 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) |