View Pit Stop page for race #9 by yo_knop — Ghost race
View profile for yoKnop (yo_knop)
Official speed | 34.78 wpm (52.44 seconds elapsed during race) |
---|---|
Race Start | August 2, 2025 6:49:08pm UTC |
Race Finish | August 2, 2025 6:50:01pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 92.0% |
Points | 11.59 |
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) |