It’s been awhile since I have posted here praising Python for being the best programming language, scripting language, and generally the best freeware tool available.
So this post is to remedy that.
Let the record show: I love Python.
Okay, I try to have something useful in each post here, so here’s a fun line of code.
Ever wonder how many characters 255 is?
'x' * 255
Aha! It looks like this:
'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'