diff --git a/Pong/Pong.py b/Pong/Pong.py index e7394d9..6b6f850 100644 --- a/Pong/Pong.py +++ b/Pong/Pong.py @@ -2,6 +2,7 @@ import turtle # Basic Graphics module import winsound # For Sound +import pandas wn = turtle.Screen() wn.title("Pong by K G Prajwal") # Window title