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