Objects in Python
Python is based on object-oriented programming, or OOP. Even built-in variables like strings and integers are objects. They are objects of type string and of type integer, respectively. A particular variable, for example when x = 12, is considered an...
robai.hashnode.dev2 min read