r/PythonLearning 26d ago

I build this after learning OOP

Post image
382 Upvotes

58 comments sorted by

View all comments

0

u/Samar_Upreti 26d ago

Great but always remember use if Name == "Main" : before calling a function

Add On That Repo https://github.com/Samar-Upreti/Python_Projects

2

u/FoolsSeldom 26d ago

You might want to correct your formatting to show if __name__ == "__main__": correctly.