View Pit Stop page for race #14 by vilfred — Ghost race
View profile for Skraber (vilfred)
Official speed | 54.82 wpm (33.27 seconds elapsed during race) |
---|---|
Race Start | July 25, 2025 6:14:16pm UTC |
Race Finish | July 25, 2025 6:14:50pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 94.0% |
Points | 18.27 |
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) |