0
Many of the instances explained in the Solo Learn won't work well in the Solo Learn Code. So which is the other alternative comp
The division between two integers generates a floating point but when I tried it on the Solo Learn Code, it displays as "No Output"
3 Answers
+ 12
@Visph is right
Sololearn Codeplayground is not python interpreter.
it work like pycharm. without print there will be no output.
+ 9
As in @visph's words - Show the code. :>
+ 7
Show your code if you want help ^^
But anyway, sololearn code playground is like a text editor and when pressing the "run" button you execute a virtual file on server side, wich return the text output... It's not an emulator of a Python command line interpretor, meaning that you need to use the print() function to produce text output :P