We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49395f6 + 223f2c8 commit 3031be1Copy full SHA for 3031be1
1 file changed
PythonLessons/PyGame/pygame-lesson1.py
@@ -43,4 +43,4 @@
43
# Check to see if the "Close" button has been pressed
44
if event.type == pygame.QUIT:
45
pygame.quit()
46
- sys.exit(1)
+ sys.exit(0)
0 commit comments