The _______ file can be used to execute initialization code for a package.

  • init.init
  • init.py
  • init.txt
  • package.py
The __init__.py file is used to execute initialization code for a package. It runs when the package is imported or used, allowing you to set up package-level configurations or variables.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *