Python_Unit1
Python_Unit1
Python Indentation
Since Python doesn’t use curly braces to delimit blocks of code, this
Python Syntax is mandatory.
You can indent using a number of tabs or spaces, or a combination
of those.
What are Mutable Data Types?
o Lists
o Dictionaries
o Sets
o User-Defined Classes (It depends on the user to define the
characteristics of the classes)