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