This commit is contained in:
2022-11-22 14:45:34 +01:00
parent 8657075f55
commit 2a1f5ea7c6
5 changed files with 115 additions and 1 deletions

View File

@@ -38,4 +38,5 @@ print(pop_value)
print("-"*50)
key, value = mydict.popitem()
print(mydict)
print(mydict)