Supporting Israel (zombieswap2)

Race #1

View Pit Stop page for race #1 by zombieswap2Ghost race

View profile for Supporting Israel (zombieswap2)

Official speed 51.87 wpm (35.16 seconds elapsed during race)
Race Start April 17, 2022 11:49:09am UTC
Race Finish April 17, 2022 11:49:44am UTC
Outcome No win (1 of 1)
Accuracy 96.0%
Points 17.29
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)