Python Land › Forums › The Python Tutorial › Classes and Objects in Python › Reply To: Classes and Objects in Python
February 23, 2021 at 10:11 am
#1914
Keymaster
I see what happened, the forum holds any post with a link for moderation (because of spammers, unfortunately). Looking at your screenshot, I can see two problems:
* You’re mixing code in a file with the REPL
* It looks like you didn’t save the file (control + s)
Not sure what the reason is here, but I’d suggest staying in the REPL and getting it working there first before you start creating and using files.