diff --git a/pong.py b/pong.py index 7bd6aa2..0542882 100644 --- a/pong.py +++ b/pong.py @@ -1,6 +1,7 @@ # This codebase was originally posted alongside this YouTube video: # https://www.youtube.com/watch?v=5NkTzvMchMw +# hi, folks! import pygame, sys, random