Vishnu (crazy_typeracer)

Race #11

View Pit Stop page for race #11 by crazy_typeracerGhost race

View profile for Vishnu (crazy_typeracer)

Official speed 43.17 wpm (42.25 seconds elapsed during race)
Race Start August 27, 2021 1:14:07pm UTC
Race Finish August 27, 2021 1:14:50pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 14.39
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)