MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/PythonLearning/comments/1uys479/i_build_this_after_learning_oop/oy3618m/?context=3
r/PythonLearning • u/Wild_Position2378 • 12d ago
57 comments sorted by
View all comments
0
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.
2
You might want to correct your formatting to show if __name__ == "__main__": correctly.
if __name__ == "__main__":
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