View Pit Stop page for race #1 by gorgontes — Ghost race
View profile for loois (gorgontes)
| Official speed | 50.00 wpm (36.48 seconds elapsed during race) |
|---|---|
| Race Start | May 9, 2023 5:03:41am UTC |
| Race Finish | May 9, 2023 5:04:17am UTC |
| Outcome | No win (3 of 5) |
| Opponents |
1. smart_coder5 (98.63 wpm) 2. sixpacksexy (74.67 wpm) |
| Accuracy | 95.0% |
| Points | 16.67 |
| 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) |