+ 1
In sololearn can we import modules in python
6 Réponses
- 1
Print("Best Son") as Atul said to you, use:
import + (legit module names)
Sololearn's legit module names for replacing (legit module names)
matplotlib (Sololearn now supports matplotlibs)
math
numpy
pandas
random
this (The zen of python)
+ 5
Yes you can import modules in python
+ 1
1.import math
2.import numpy
3.import pandas
#like this
0
Of course.
0
But how
0
Thank you