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