Introduction to Python data objects.
Python expressions create and process objects. “Object” is essentially anything that you can assign to a variable.
Python’s core object types include;
Numbers
Strings
Lists
Dictionaries
Tuples
Files
Sets
Numbers are numerical data types wh...
kaykay7.hashnode.dev2 min read