pygame 2.1.0 (SDL 2.0.16, Python 3.9.9) Hello from the pygame community. https://www.pygame.org/contribute.html [Finished in 649ms]
Asked
Active
Viewed 34 times
0
-
2paste your code and error message as text – eshirvana Nov 26 '21 at 02:29
-
1Please read [Discourage screenshots of code and/or errors](https://meta.stackoverflow.com/questions/303812/discourage-screenshots-of-code-and-or-errors). Do not post screenshots of the code. Paste the code. – Rabbid76 Nov 26 '21 at 05:20
-
The test should be `__name__ == '__main__'`. There are two `_` missing around `_main_`. – qouify Nov 26 '21 at 07:08