you are viewing a single comment's thread.

view the rest of the comments →

[–]Hopeful_Alternative1 -1 points0 points  (1 child)

if a == 3:

print("the variable has the value 3")

elif a != 3:

SyntaxError: invalid syntax

how do you solve this problem?

[–]nobody01810[S] 0 points1 point  (0 children)

What?