View Pit Stop page for race #11 by solomonarsnova — Ghost race
View profile for Solomon (solomonarsnova)
| Official speed | 36.25 wpm (50.32 seconds elapsed during race) |
|---|---|
| Race Start | July 5, 2025 8:41:52am UTC |
| Race Finish | July 5, 2025 8:42:43am UTC |
| Outcome | No win (2 of 2) |
| Opponents |
1. super_nga (45.03 wpm) |
| Accuracy | 93.0% |
| Points | 12.08 |
| 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) |