1.

What are some of the most commonly used built-in modules in Python?

Answer»

Python modules are the FILES having python code which can be FUNCTIONS, variables or CLASSES. These go by .py EXTENSION. The most commonly AVAILABLE built-in modules are:

  • os
  • math
  • sys
  • random
  • re
  • datetime
  • JSON


Discussion

No Comment Found