0
Simple Operations
Ok this is CONFUSING... in Simple Operations, I copied the same code in the example (>>> 2 * (3 + 4)) into the code playground and this was what I got File "..\Playground\", line 1 >>> 2 * (3 + 4) ^ SyntaxError: invalid syntax Please help
7 ответов
0
Still confusing
0
I did that and it's same
0
I took it out.. Still the same
0
Oh ok.. That worked.. Why didn't they just put that in the description then.. Sigh
0
Thanks
0
Write 2 * (3 + 4) without the arrows
0
Ok