Introduction
-
Lists, strings, and tuples are ordered collections that are very similar in general structure but have specific differences that must be understood for them to be used properly.
-
Sets and dictionaries are unordered collections.
-
To make sets and dict ordered, we need to use: Frozensets and Ordered Dictionary.
-
The possible state values for a boolean object are True and False with standard boolean operators,and, or, and not.