Created
June 7, 2022 08:03
-
-
Save zinzinzibidi/3b9038384450c2479ec5fc0c6d29e01f to your computer and use it in GitHub Desktop.
Data Types Genel Tekrar Uygulama 08 Yanıt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sozluk = { | |
'anahtar1' : 'deger1', | |
'anahtar2' : 'deger0', | |
'anahtar3' : 'deger3' | |
} | |
sozluk.update({'anahtar2':'deger2'}) | |
print(sozluk) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment