tanon (tanon710s)

Race #29

View Pit Stop page for race #29 by tanon710sGhost race

View profile for tanon (tanon710s)

Official speed 98.63 wpm (18.49 seconds elapsed during race)
Race Start February 25, 2019 12:19:29pm UTC
Race Finish February 25, 2019 12:19:47pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 32.88
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)