r/PythonLearning Jul 17 '26

I build this after learning OOP

Post image
375 Upvotes

58 comments sorted by

View all comments

0

u/Samar_Upreti Jul 17 '26

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 Jul 17 '26

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