+ 2
How to install modules to the sandbox?
4 Réponses
+ 2
Stop! I understood nothing. For example I want to install pyperclip module what I must do?
+ 2
HTML You can't install pyperclip on SoloLearn playgrounds.
+ 2
Thanks!
+ 1
If you mean't installing new libraries, you can't.
If you mean't importing libraries, you can do that with the import statement.
import math