View Pit Stop page for race #1 by aayuon60hz — Ghost race
View profile for aayu (aayuon60hz)
Official speed | 48.37 wpm (37.71 seconds elapsed during race) |
---|---|
Race Start | June 8, 2023 5:45:31pm UTC |
Race Finish | June 8, 2023 5:46:09pm UTC |
Outcome | Win (1 of 2) |
Accuracy | 95.0% |
Points | 16.12 |
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) |