+ 2
Any graphic tools on the Sololearn Playground?
Hi! Could anyone advise if there are any graphic tools on the Sololearn Playground? E.g. I can code drawings with the turtles module in the Python IDLE, but it doesn't load here. Is it possible to learn coding and have fun with drawings at the same time on the playground?
2 Réponses
+ 5
Graphics in code playground are only handable in web project (html/css/js or php) wich use browser output (even in app'). All others are handling in/output in a limited console emulator (in CLI -- Command Line Interpreter -- ie: plain text only).
+ 3
Code Playground does not support graphics.