Used to find out if one something is an instance of another, lets look at an example:
Used to find out if one something is an instance of another, lets look at an example:
Boolean is a true / false, on / off value:
Integers are whole numbers:
Floats are anything with a decimal point:
What is a dictionary in Python?
Set’s are special in that they cannot contain a duplicate of the same value, each value must be unique:
Tuple’s are advanced list which are made with rounded brackets:
Simple lists in Python.
None type means that nothing is assigned:
Anything stored in single or double quotes is seen as a string in Python, lets see some examples: