View Pit Stop page for race #18 by clueless_af — Ghost race
View profile for Sne (clueless_af)
Official speed | 28.27 wpm (64.52 seconds elapsed during race) |
---|---|
Race Start | June 14, 2023 3:01:04am UTC |
Race Finish | June 14, 2023 3:02:09am UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 9.42 |
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) |