print('x+y+z') SyntaxError: unexpected indent | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
- 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 Resposta
+ 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