+ 1
Can I import any module in python in this app?
6 ответов
+ 4
+ 7
Import as usual.
Installing packages is limited.
No interactive GUI on sololearn Python playground.
https://www.sololearn.com/Discuss/3311876/?ref=app
https://www.sololearn.com/discuss/3272462/?ref=app
+ 1
Then how can I use module
+ 1
By importing it.
import math
0
Import any module how JaScript described, learn its methods and functions and other stuffs , then Code !