beans (beancity)

Race #4

View Pit Stop page for race #4 by beancityGhost race

View profile for beans (beancity)

Official speed 113.36 wpm (16.09 seconds elapsed during race)
Race Start June 16, 2023 4:32:38pm UTC
Race Finish June 16, 2023 4:32:54pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 37.79
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)