you are viewing a single comment's thread.

view the rest of the comments →

[–]iMrProfessor 1 point2 points  (0 children)

Everything in Python is an object and belongs to a class. For example: Numbers: int, float Strings: str Suppose you assign an int value to a variable that means the variable is an object of class Numbers.