We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b36f363 + 6cfbc11 commit c827944Copy full SHA for c827944
projects/build-pong-with-pygame/main.py
@@ -25,7 +25,7 @@ def main():
25
clock = pygame.time.Clock()
26
27
'''
28
- this is to check wheter or not to move the ball
+ this is to check whether or not to move the ball
29
we will make it move after 3 seconds
30
31
started = False
0 commit comments