Q. What is Python library? Explain with example.


Answer =

A Python library is a reusable chunk of code that is used in program/script using import command. A package is a library if it is installable or gets attached to site-packages folder of Python installation.

For example:-

Tkinter library
numpy library

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post