How can I use libraries in sololearn | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I use libraries in sololearn

I am a Newie

26th Dec 2020, 5:04 PM
friend.bro
2 Answers
+ 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
26th Dec 2020, 5:18 PM
Ayush Kumar
Ayush Kumar - avatar
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.
26th Dec 2020, 5:13 PM
Calvin Thomas
Calvin Thomas - avatar