Every time I try to run these first 2 lines in python, it says:
SyntaxError: invalid syntax
And highlights the name of the variable I'm trying to define (Yname
).
These are the lines I'm trying to run:
print("Hello what's your name?")\
Yname = input("your name:")