View Pit Stop page for race #2 by sf3ckter — Ghost race
View profile for Sf3ckter (sf3ckter)
| Official speed | 25.39 wpm (71.84 seconds elapsed during race) |
|---|---|
| Race Start | June 29, 2023 1:42:26pm UTC |
| Race Finish | June 29, 2023 1:43:38pm UTC |
| Outcome | Win (1 of 3) |
| Opponents |
2. guslix (19.14 wpm) |
| Accuracy | 93.0% |
| Points | 8.46 |
| 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) |