kranberrry (krvnberry)

Race #1

View Pit Stop page for race #1 by krvnberryGhost race

View profile for kranberrry (krvnberry)

Official speed 71.23 wpm (25.61 seconds elapsed during race)
Race Start July 13, 2023 5:30:04am UTC
Race Finish July 13, 2023 5:30:29am UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 23.74
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)