+ 1
How can I use libraries in sololearn
I am a Newie
2 Respuestas
+ 1
You can import modules by the following methods.
See my recent code . You may copy the function to do so
https://code.sololearn.com/c9RXtyYbm7RQ/?ref=app
0
As far as I understand, you probably can't use libraries as it is; what you probably do irl is to import modules. A typical library in python contains a set of modules written in C or Python. You can use the 'import' command to import a module.