Is SoloLearn Code Playground able to run pseudo / complex Python code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Is SoloLearn Code Playground able to run pseudo / complex Python code?

22nd Jan 2018, 3:20 AM
WW Frank
5 Answers
+ 8
It shows no output because you define the function but don't call it. If you add the line, e.g. print(solution(123)) you'll get an output 🙂
22nd Jan 2018, 4:42 AM
David Ashton
David Ashton - avatar
+ 4
I mean, that isn't really complex. :) So yes.
22nd Jan 2018, 3:57 AM
LunarCoffee
LunarCoffee - avatar
+ 3
Codeplayground ran it on my old laptop, kept showing no output @_@
22nd Jan 2018, 3:58 AM
WW Frank
+ 2
Depends on what your trying to run. Could you give an example of what you may need it to run?
22nd Jan 2018, 3:38 AM
Faisal
Faisal - avatar
22nd Jan 2018, 3:44 AM
WW Frank