0
This code doesn't run on sololearn code playground, but runs on my system. Is there a reason why this is happening?
5 Respuestas
+ 8
Akinlolu ,
One more closing parenthesis is needed as you used two opening parenthesis... please check your code
+ 9
Akinlolu ,
Here check it, I just added one more parenthesis to your code...
https://code.sololearn.com/c3tzpdQKOsvq/?ref=app
+ 8
Akinlolu ,
At line 2 check the code ...you missed a ending parenthesis....
So it is showing error...
Except turtle... Other modules works in SL compiler...
+ 5
Oh. I have seen my mistake. Thank you very much.
0
Riya , the closing parenthesis is on the other line. Line 2 simply couldn't contain everything. It still isn't running tho.