View Pit Stop page for race #81 by knight_oikos — Ghost race
View profile for Knight_Oikos (knight_oikos)
Official speed | 76.09 wpm (23.97 seconds elapsed during race) |
---|---|
Race Start | April 6, 2022 7:32:46am UTC |
Race Finish | April 6, 2022 7:33:10am UTC |
Outcome | No win (2 of 3) |
Accuracy | 94.0% |
Points | 25.36 |
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) |