+ 22
You can check all available modules on SL here:
(Numpy is not part of the standard lib, so there are a few more, although not that many)
https://code.sololearn.com/c071JeXy6LcW/#py
+ 15
Monishađž[Believe Yourselfâ]
you're welcome đ
+ 10
Yes, itâs definitely possible, although you are limited to built-in (very basic) modules.
Example:
ââââââââââââ
import calendar
import os
import sys
import numpy
etc.
ââââââââââââ
Hope this helps đ
+ 5
Youâre welcome, Monishađž[Believe Yourselfâ] âșïž
And yes, you are right, only selected python-libraries are supported in Sololearn.
0
Yes it is possible to import libraries in python,but first you need to install them on your computer and then use 'import' keyword to access them.



