How do I use libraries in SoloLearn Python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I use libraries in SoloLearn Python?

How do I use libraries in the sololearn python IDE

19th Apr 2019, 8:47 AM
Renz Frederick Bañas
Renz Frederick Bañas - avatar
3 Answers
+ 6
You can import most things from the standard library. For example: import random print(random.randint(0,9)) But you cannot use third party or disallowed libraries on SoloLearn. For safety or technical reasons.
19th Apr 2019, 9:08 AM
Ahri Fox
Ahri Fox - avatar
0
You just import them. But on SoloLearn you only have access to a few libraries.
19th Apr 2019, 9:07 AM
Bela Brockmann
Bela Brockmann - avatar
0
Do we have acces to matplot library in free version of solo learn
5th Feb 2022, 1:30 PM
Sanjith A