View Pit Stop page for race #22 by st4ff — Ghost race
View profile for Kramnik (st4ff)
Official speed | 57.75 wpm (31.58 seconds elapsed during race) |
---|---|
Race Start | July 1, 2025 1:58:00am UTC |
Race Finish | July 1, 2025 1:58:32am UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 19.25 |
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) |