View Pit Stop page for race #3 by jun0sck — Ghost race
View profile for jun (jun0sck)
| Official speed | 55.99 wpm (32.58 seconds elapsed during race) |
|---|---|
| Race Start | September 30, 2025 11:01:57am UTC |
| Race Finish | September 30, 2025 11:02:30am UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 95.0% |
| Points | 18.66 |
| 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) |