3 ответов
+ 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.
0
You just import them. But on SoloLearn you only have access to a few libraries.
0
Do we have acces to matplot library in free version of solo learn