Python simple dictionary function

sadat
0
dict
 = {"Harry" : "code man",
        "mutable" : "can change",
        "immutable" : "can not change",
        }
= input("search word : ")
print(dict[n])

Post a Comment

0Comments

Please Select Embedded Mode To show the Comment System.*