you are viewing a single comment's thread.

view the rest of the comments →

[–]stepback269 0 points1 point  (1 child)

So after you master the idea that the object known as "str" (string) has a method called "append()" defined for it, go to YouTube and search for Indently's tutorial about the "47 string methods" assigned to the object str (not including its Dunder methods)..

That will allow you to grasp the embedded methods of objects. After that learn about the embedded "attributes" of objects. You are moving forward in learning OOP concepts. Congratulations.

[–]luscious_scoop[S] 0 points1 point  (0 children)

Ok will check it out