Chapter 25: Problem 1
What is significant about variables at the top level of a module whose names begin with a single underscore?
Short Answer
Expert verified
Variables with a single leading underscore indicate they are for internal use within the module and are not imported with wildcard imports.
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.