- 1
print('x+y+z') SyntaxError: unexpected indent
*chuckle* -SyntaxError- unexpected indent Me: Computer, Just say.... Yo bro... Remove the space before print. Why are computers like this.
1 Réponse
+ 2
In this case it worked:
w=1
y=2
x=3
print (w+y+x)