Created
April 25, 2022 11:12
-
-
Save zinzinzibidi/16c6b9df332de4800ce5b95e8bbe6793 to your computer and use it in GitHub Desktop.
Dictionary Data Type Uygulama 02 Yanıt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dict = { | |
'z1' : 440, | |
'z2' : 500, | |
'z3' : 600 | |
} | |
dict.clear() | |
print(dict) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment