Unus (_unus)

Race #45

View Pit Stop page for race #45 by _unusGhost race

View profile for Unus (_unus)

Official speed 48.33 wpm (37.74 seconds elapsed during race)
Race Start July 4, 2023 8:15:35pm UTC
Race Finish July 4, 2023 8:16:13pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 16.11
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)