Computer Science

What is the extension of Python library modules ?

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

Python Libraries

3 Likes

Answer

.py

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

Answered By

1 Like


Related Questions