Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zinzinzibidi/a6cb2012d1936bd6977c4b1fc45b248e to your computer and use it in GitHub Desktop.
Save zinzinzibidi/a6cb2012d1936bd6977c4b1fc45b248e to your computer and use it in GitHub Desktop.
Dictionary Data Type Uygulama 01 Yanıt
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