symbolsnumbers (programmerpractice)

Race #3

View Pit Stop page for race #3 by programmerpracticeGhost race

View profile for symbolsnumbers (programmerpractice)

Official speed 41.49 wpm (43.96 seconds elapsed during race)
Race Start June 1, 2023 4:37:26am UTC
Race Finish June 1, 2023 4:38:10am UTC
Outcome Win (1 of 3)
Accuracy 92.0%
Points 13.83
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)