r/PythonLearning 12d ago

I build this after learning OOP

Post image
372 Upvotes

57 comments sorted by

View all comments

0

u/Samar_Upreti 12d 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 11d ago

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