Home Python Python simple dictionary function Python simple dictionary function personsadat July 20, 2020 0 share dict = {"Harry" : "code man", "mutable" : "can change", "immutable" : "can not change", }n = input("search word : ")print(dict[n]) Tags ProgramingPython Facebook Twitter Whatsapp Newer Older