What are python modules? Name some commonly used built-in modules in Python?
Answers
Answered by
0
A Python module is a file containing Python definitions and statements
Common modules are
math
time
random
decimal
etc
Similar questions