python what is input code example Example: input python name = input("Enter your name: ") #Printing the variable (name) print("hello",name)