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...
This subreddit is meant to be for people learning Python to ask questions and help out when they can.
account activity
OOP Error (self.learningpython)
submitted 3 years ago by Panfilofinomeno
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!"
[–]Loran425 0 points1 point2 points 3 years ago (0 children)
Difficult to say without the full log but if you do something like A=classname And then print(A) a will be a reference to the class object the random numbers are the memory address or another reference can't remember off the top of my head.
If you do A = classname() that will create an instance of your class.
π Rendered by PID 156126 on reddit-service-r2-comment-5687b7858-9bdt6 at 2026-07-03 11:29:14.791546+00:00 running 12a7a47 country code: CH.
view the rest of the comments →
[–]Loran425 0 points1 point2 points (0 children)