lavi (reallavi)

Race #2

View Pit Stop page for race #2 by reallaviGhost race

View profile for lavi (reallavi)

Official speed 56.24 wpm (32.43 seconds elapsed during race)
Race Start August 11, 2023 3:30:23pm UTC
Race Finish August 11, 2023 3:30:56pm UTC
Outcome No win (3 of 3)
Accuracy 98.0%
Points 18.75
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)