+ 2
Can someone please explain why this simple calc code doesnt work on playground? It works well on IDLE.
4 odpowiedzi
+ 5
It works very well!
...you may be missing some steps here! just make sure you separated each input with "ENTER" key on keyboard.
that's the rule of the sololearn code playground
eg:
1
9
6
...output will be 15.0
+ 5
Yeah ! Nothing wrong.
Sololearn Code Playground takes all the inputs at a time . So you have to provide different separated by a new line.
+ 4
It works, you just have to enter the values seperated by enter.
To add 5 and 7 type on request
1
5
7 Submit
+ 2
thanks guys for the quick answer. really appreciate and I'll try that way.