+ 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
27th Jun 2019, 4:37 PM
Cépagrave
Cépagrave - avatar
+ 15
27th Jun 2019, 4:51 PM
Cépagrave
Cépagrave - avatar
+ 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 😊
27th Jun 2019, 3:35 PM
aceisace
aceisace - avatar
+ 5
You‘re welcome, Monisha👾[Believe Yourself✌] â˜ș And yes, you are right, only selected python-libraries are supported in Sololearn.
27th Jun 2019, 3:47 PM
aceisace
aceisace - avatar
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.
1st Jul 2019, 5:43 PM
Suraj Chari