Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zinzinzibidi/a30b3874621c3734fbcbbec4ba97796c to your computer and use it in GitHub Desktop.
Save zinzinzibidi/a30b3874621c3734fbcbbec4ba97796c to your computer and use it in GitHub Desktop.
Data Types Genel Tekrar Uygulama 07 Yanıt
sifreler = {
'google' : 'deneme123',
'microsoft' : 123456,
'apple' : "abcdef"
}
print(sifreler.items())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment