SyntaxError | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

SyntaxError

what did i wrong? File "./Playground/file0.py", line 1 >>>20//6 ^ SyntaxError: invalid syntax

14th Dec 2019, 9:45 PM
Toschniy
2 Respostas
+ 1
>>> is the prompt of the interactive interpreter... you do not have to copy it in SoloLearn playground... and if you want to see the result, you have to use print(): print(20//6)
14th Dec 2019, 9:53 PM
Bilbo Baggins
Bilbo Baggins - avatar
+ 1
thank you!
14th Dec 2019, 9:54 PM
Toschniy