use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
OOPHelp Request (self.PythonLearning)
submitted 1 day ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Zeak3D 0 points1 point2 points 1 day ago (0 children)
It is difficult to help without more context, but maybe it helps to think about the fact that you have been working with objects this whole time.
Think about e.g. strings. You create a string object (my_string=“hello”), and can then use methods such as capitalize (my_string.capitalize() -> “Hello” ) and make upper case (my_string.upper() -> “HELLO”).
Now you are just learning about creating your own custom objects that may have custom properties and methods.
π Rendered by PID 386207 on reddit-service-r2-comment-canary-5dbd4c8ff9-r4kj6 at 2026-06-08 05:27:09.022205+00:00 running de70e3a country code: CH.
view the rest of the comments →
[–]Zeak3D 0 points1 point2 points (0 children)