CBSE Class 12 Computer Science Question 10 of 62

Using Python Libraries — Question 5

Back to all questions
5
Question

Question 5

What is the extension of Python library modules ?

  1. .mod
  2. .lib
  3. .code
  4. .py
Answer

.py

Reason — A Python library module has the .py extension.