+ 1
We use the input function for example
name = input("enter a value ")
print(name)
this take the value passed by the user and assign it to name
the text inside the input function is optional you can have any text inside or no text at all