Why should you use namedtuple instead of a tuple?
📝
内容提要
Hi there guys! You might already be acquainted with tuples. A tuple is a lightweight object type which allows to store a sequence of immutable Python objects. They are just like lists but have a...
➡️