0
Code works on here but gets syntax error on interpreter
x = "hey there" \ns = input("enter your name: ") \nprint(s) \nprint(x + " " + "you" + "," + "welcome back") SyntaxError: unexpected character after line continuation character
1 Réponse
0
maybe nonprintable char