CBSE Class 12 Computer Science Question 46 of 62

Using Python Libraries — Question 14

Back to all questions
14
Question

Question 14

What do you understand by standard library of Python ?

Answer

Python standard library is distributed with Python that contains modules for various types of functionalities. Some commonly used modules of Python standard library are math module, random module, cmath module etc.