nullchilly (tuwuna)

Race #34

View Pit Stop page for race #34 by tuwunaGhost race

View profile for nullchilly (tuwuna)

Official speed 68.85 wpm (26.49 seconds elapsed during race)
Race Start September 2, 2022 3:23:19pm UTC
Race Finish September 2, 2022 3:23:46pm UTC
Outcome No win (3 of 3)
Accuracy 96.0%
Points 22.95
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)