- 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.
- What is the Extension of python library Module:
- .mod
- .lib
- .code
- .py
- Name the Python Library modules which need to be imported to invoke the following functions:
- ceil( )
- randint( )
- What is namespace in Python?
- From which folder, Python interpreter imports the Python library and packages?
No comments:
Post a Comment