+ 6
Module support for Sololearn Code Playground
Does anyone know where the information about which modules for programming languages are supported in Sololearn's in-built IDE's? I am specifically looking for python but it would be useful to know where the info is located for future reference. I feel like this question should have been asked before but I could not find anything in the search (maybe wrong wording?). Thanks in advance 👍
2 odpowiedzi
+ 9
That has been answered already a couple of times :)
You can simply use this code below:
https://code.sololearn.com/c071JeXy6LcW/?ref=app
For static IDE, you can use:
help('modules')
+ 5
Kuba Siekierzyński Thank you very much 👍