Hackintosh (hackintosh_)

Race #1

View Pit Stop page for race #1 by hackintosh_Ghost race

View profile for Hackintosh (hackintosh_)

Official speed 25.49 wpm (71.56 seconds elapsed during race)
Race Start June 4, 2023 8:24:06pm UTC
Race Finish June 4, 2023 8:25:17pm UTC
Outcome No win (3 of 3)
Accuracy 90.0%
Points 8.50
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)