+ 1
Which py libraries is it possible to use in code playground?
Some std lib dosn't work in code playground , for ex: turtle. Instead numpy, a 3rd part lib, does. Is there a list of aviable libs? For std lib, I search here: https://docs.python.org/3/library/
2 Respuestas
+ 4
Here you can review the available modules:
https://code.sololearn.com/c071JeXy6LcW/?ref=app
0
Does this code work?
help('modules')
I'm new to Python, so that might not be right!