nullun (nullun)

Race #1

View Pit Stop page for race #1 by nullunGhost race

View profile for nullun (nullun)

Official speed 39.09 wpm (46.66 seconds elapsed during race)
Race Start June 1, 2023 1:58:54am UTC
Race Finish June 1, 2023 1:59:41am UTC
Outcome No win (2 of 3)
Accuracy 93.0%
Points 13.03
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)