Anush Rao (anushrao)

Race #31

View Pit Stop page for race #31 by anushraoGhost race

View profile for Anush Rao (anushrao)

Official speed 40.23 wpm (45.34 seconds elapsed during race)
Race Start July 20, 2023 12:48:19pm UTC
Race Finish July 20, 2023 12:49:04pm UTC
Outcome No win (2 of 3)
Accuracy 95.0%
Points 13.41
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)