View Pit Stop page for race #3 by viku_y — Ghost race
View profile for BABA (viku_y)
Official speed | 28.07 wpm (64.98 seconds elapsed during race) |
---|---|
Race Start | June 8, 2023 10:08:23pm UTC |
Race Finish | June 8, 2023 10:09:28pm UTC |
Outcome | Win (1 of 4) |
Accuracy | 93.0% |
Points | 9.36 |
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) |