+ 1
Help me.
Syntax error https://code.sololearn.com/cj2G9GrIMZO8/?ref=app
2 Answers
+ 3
It would be like this:
print("your name is" + name)
print ("your email is" + email)
print ("your password is" + password)
Variable name will be inside the parentheses.
Happy Coding đ€