2022-11-28
~3 min read
447 words
Unlike a list or a dictionary, in Python, tuples are immutable.1 This is clear when investigating the methods available on the object…