From 5359091426e71de5c3c6bb1b31a17350f679690e Mon Sep 17 00:00:00 2001 From: Joe <127773439+joegeorge022@users.noreply.github.com> Date: Fri, 20 Dec 2024 20:59:16 +0530 Subject: [PATCH] Update and rename ganesh22.py to ganesh.py --- Day-22/{ganesh22.py => ganesh.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Day-22/{ganesh22.py => ganesh.py} (84%) diff --git a/Day-22/ganesh22.py b/Day-22/ganesh.py similarity index 84% rename from Day-22/ganesh22.py rename to Day-22/ganesh.py index 14d4d74..fe1bc60 100644 --- a/Day-22/ganesh22.py +++ b/Day-22/ganesh.py @@ -8,4 +8,4 @@ print("Value for 'name':",og["name"]) print("Value for 'age':",og['age']) print("Dictionary after pop:",og.popitem()) -print("Dictionary after clear:",og.clear()) \ No newline at end of file +print("Dictionary after clear:",og.clear())