Computer Science, asked by mrgoodb62, 1 month ago

What are python modules? Name some commonly used built-in modules in Python?​

Answers

Answered by saransrini03
0

A Python module is a file containing Python definitions and statements

Common modules are

math

time

random

decimal

etc

Similar questions