On 2/20/19 1:58 AM, Jimmy Girardet wrote:
You're right on it. The str class is a straightforward swiss army knife with methods you can chain. list or dict do not fit this idea.
Python strings are immutable. Python lists and dicts are not. Both classes are straightforward. _______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
