You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The book does not mention the if __name__ == '__main__'. The only two mention I found by searching for __name__ are a commented exercise in appendix A, and a brief appearance in the pygame appendix.
The book does not mention the
if __name__ == '__main__'. The only two mention I found by searching for__name__are a commented exercise in appendix A, and a brief appearance in the pygame appendix.