View Pit Stop page for race #10 by zeloceb — Ghost race
View profile for bruh (zeloceb)
Official speed | 37.73 wpm (48.34 seconds elapsed during race) |
---|---|
Race Start | January 24, 2022 3:31:58pm UTC |
Race Finish | January 24, 2022 3:32:46pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 12.58 |
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) |