December 6, 2024 in python Anatomy of python strings From the docs: "Strings are immutable sequences of Unicode code points". This requires a bit of unpacking ... Continue reading