Last active
April 25, 2022 11:11
-
-
Save zinzinzibidi/6efb5448e73db5db21ab330fbf6b2e0a to your computer and use it in GitHub Desktop.
Dictionary Data Type Uygulama 01
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
my_dict = { | |
"a1" : "value01", | |
"a2" : "value02", | |
"a3" : "value03" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment