CBSE CS and IP

CBSE Class 11 & 12 Computer Science and Informatics Practices Python Materials, Video Lecture

Using Python Libraries (1 Mark Questions)


  1. Which file must be part of the folder containing Python module files to make it importable python package?
    • init.py
    • __setup__.py
    • __init__.py
    • site-package.py.
  2. What is the Extension of python library Module:
    • .mod
    • .lib
    • .code
    • .py
  3. Name the Python Library modules which need to be imported to invoke the following functions:
    • ceil( )
    • randint( )
  4. What is namespace in Python?
  5. From which folder, Python interpreter imports the Python library and packages?

No comments:

Post a Comment