View Pit Stop page for race #300 by maerih — Ghost race
View profile for maerih (maerih)
Official speed | 49.62 wpm (36.76 seconds elapsed during race) |
---|---|
Race Start | June 27, 2025 1:10:57pm UTC |
Race Finish | June 27, 2025 1:11:33pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 95.0% |
Points | 16.54 |
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) |