print('x+y+z') SyntaxError: unexpected indent | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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.

22nd Mar 2017, 2:47 AM
Sammy Bunckly
Sammy Bunckly - avatar
1 Answer
+ 2
In this case it worked: w=1 y=2 x=3 print (w+y+x)
22nd Mar 2017, 4:17 AM
Joseph Fisher
Joseph Fisher  - avatar