CBSE Class 12 Computer Science Question 38 of 62

Using Python Libraries — Question 6

Back to all questions
6
Question

Question 6

What is the importance of site-packages folder of Python installation ?

Answer

The importance of site-packages folder of Python installation is that we can easily import a library and package using import command in Python only if it is attached to site-packages folder as this is the default place from where python interpreter imports Python library and packages.