0
This code doesn't run on sololearn code playground, but runs on my system. Is there a reason why this is happening?
7 odpowiedzi
+ 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...
+ 7
your code is a Python code so why you put c++ and html in your question tag!??
see your line 2 and you will be able to see your mistake
+ 7
Akinlolu but in my device after closing parenthesis on line 2 , it works
if we itput 501 , output - 22.38
+ 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.