Skip to content

Instantly share code, notes, and snippets.

@zinzinzibidi
Last active April 25, 2022 11:11
Show Gist options
  • Save zinzinzibidi/6efb5448e73db5db21ab330fbf6b2e0a to your computer and use it in GitHub Desktop.
Save zinzinzibidi/6efb5448e73db5db21ab330fbf6b2e0a to your computer and use it in GitHub Desktop.
Dictionary Data Type Uygulama 01
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