View Pit Stop page for race #126 by knight_oikos — Ghost race
View profile for Knight_Oikos (knight_oikos)
| Official speed | 102.51 wpm (17.79 seconds elapsed during race) |
|---|---|
| Race Start | June 9, 2022 1:08:31am UTC |
| Race Finish | June 9, 2022 1:08:49am UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 99.0% |
| Points | 34.17 |
| 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) |