Skip to content

Instantly share code, notes, and snippets.

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