View Pit Stop page for race #4 by 0x13ba — Ghost race
View profile for austin (0x13ba)
| Official speed | 63.98 wpm (28.51 seconds elapsed during race) |
|---|---|
| Race Start | March 23, 2023 3:44:53pm UTC |
| Race Finish | March 23, 2023 3:45:22pm UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 99.0% |
| Points | 21.33 |
| 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) |