Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zinzinzibidi/818c7199b765976de9fb5e9377a632aa to your computer and use it in GitHub Desktop.
Save zinzinzibidi/818c7199b765976de9fb5e9377a632aa to your computer and use it in GitHub Desktop.
Dictionary Data Type Uygulama 03 Yanıt
dict = {
'z1' : 440,
'z2' : 500,
'z3' : 600
}
dict.update({'z2': 700})
print(dict)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment