I am Kelly. In this webpage you will find my codes using Python.
print("Enter your namee:") x = input() print("Hello",x) if x == "Kelly": print("That is a very cool name") elif x == "Daphnne": print:("That is rubbish name") else: print("I do not know your name",x)