View Pit Stop page for race #2 by st4ff — Ghost race
View profile for Kramnik (st4ff)
Official speed | 55.87 wpm (32.65 seconds elapsed during race) |
---|---|
Race Start | June 21, 2025 8:57:04am UTC |
Race Finish | June 21, 2025 8:57:37am UTC |
Outcome | No win (3 of 3) |
Accuracy | 95.0% |
Points | 18.62 |
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) |