View Pit Stop page for race #28 by lucageorge — Ghost race
View profile for ✔️▄◘🚀!new_luca@yahoo.com on Colemak | (lucageorge)
| Official speed | 70.62 wpm (25.83 seconds elapsed during race) |
|---|---|
| Race Start | April 13, 2016 3:52:26pm UTC |
| Race Finish | April 13, 2016 3:52:52pm UTC |
| Outcome | Win (1 of 2) |
| Opponents |
2. knightsofni (56.70 wpm) |
| Accuracy | 94.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) |