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.