Torsten (thorman42)

Race #1

View Pit Stop page for race #1 by thorman42Ghost race

View profile for Torsten (thorman42)

Official speed 90.22 wpm (20.22 seconds elapsed during race)
Race Start June 30, 2023 2:22:37am UTC
Race Finish June 30, 2023 2:22:58am UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 30.07
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)