Python3: Mutable, Immutable… everything is object! Introduction: As we learned in c, there is many types of variables we can use (int, float, char, …) So does python, but the types in python are a little bit different, because everything is a Class. This way it make every type equal wither it was integer, list, dictionary, ……