View Pit Stop page for race #13 by jasimk — Ghost race
Official speed | 50.34 wpm (36.23 seconds elapsed during race) |
---|---|
Race Start | January 15, 2022 4:14:21pm UTC |
Race Finish | January 15, 2022 4:14:57pm UTC |
Outcome | No win (2 of 2) |
Opponents |
1. ahkiera (59.15 wpm) |
Accuracy | 96.0% |
Points | 16.78 |
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) |