View Pit Stop page for race #5 by userzin — Ghost race
View profile for Userzin (userzin)
Official speed | 58.92 wpm (30.96 seconds elapsed during race) |
---|---|
Race Start | September 22, 2021 7:04:21pm UTC |
Race Finish | September 22, 2021 7:04:52pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 19.64 |
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) |