harih (harithamxr)

Race #12

View Pit Stop page for race #12 by harithamxrGhost race

View profile for harih (harithamxr)

Official speed 27.25 wpm (66.94 seconds elapsed during race)
Race Start June 22, 2023 3:51:57am UTC
Race Finish June 22, 2023 3:53:04am UTC
Outcome No win (3 of 3)
Accuracy 87.0%
Points 9.08
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)