Skip to content

Commit

Permalink
Update and rename ganesh22.py to ganesh.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joegeorge022 authored Dec 20, 2024
1 parent 1ac4518 commit 5359091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Day-22/ganesh22.py → Day-22/ganesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())
print("Dictionary after clear:",og.clear())

0 comments on commit 5359091

Please sign in to comment.