Sep-21-2019, 08:55 PM
Hi , I have a little problem with my code , can you explain the problem to me and help to fix it please ? What should I do ? Thanks
dict={"Name":"Adem", "Surname":"Ben rhouma"} if "Name"=="Adem": print("My name is {}".format("Name")) else: print("Dont remember my name")why doesn t it show me "My name is Adem" ?