Module 8: Modules & Packages Quiz
Test your Python knowledge with this interactive 1-question quiz on Module 8: Modules & Packages. Passing score: 70%. Get instant feedback and earn XP.
Questions
Question 1: What is the purpose of if __name__ == "__main__":?
- To declare main variables
- To run code only when the script is executed directly, not imported
- To import standard packages
- To check Python version