0
Please help me in discuse modules . It's very hard
Py
6 Answers
+ 1
What are you struggling with? Be very specific
+ 1
"import random" imports the random module.
Modules are python and C codes that contain methods and classes. We can use them when we import the module
"from random import randint" imports only the randint() method
Still dont understand? Do the Python lessonđ
0
I don't understand it .
0
Which module?
0
For example
import random ...
From math ...
ana ...
0
Can you please add Python to the Relevant Tags? it may help attract more people when they understand the question context ...