Created
April 25, 2022 11:14
-
-
Save zinzinzibidi/d7125c7540eef79efeb8c8ed3f3955f0 to your computer and use it in GitHub Desktop.
Dictionary Data Type Uygulama 03
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 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment