View Pit Stop page for race #3 by meanderingmonotreme — Ghost race
View profile for jam (meanderingmonotreme)
Official speed | 48.20 wpm (37.84 seconds elapsed during race) |
---|---|
Race Start | May 23, 2023 5:11:17am UTC |
Race Finish | May 23, 2023 5:11:54am UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 16.07 |
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) |