From 1def947149a8c67afb9010070bb3069c991618d9 Mon Sep 17 00:00:00 2001 From: Trainersudhanshu <124223047+Trainersudhanshu@users.noreply.github.com> Date: Sat, 13 Jan 2024 23:15:13 +0530 Subject: [PATCH] Update Pong.py --- Pong/Pong.py | 1 + 1 file changed, 1 insertion(+) 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