View Pit Stop page for race #20 by jjakk — Ghost race
Official speed | 53.81 wpm (33.90 seconds elapsed during race) |
---|---|
Race Start | September 25, 2022 4:53:03pm UTC |
Race Finish | September 25, 2022 4:53:36pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 93.0% |
Points | 17.94 |
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) |