Set x = 100 at the module level
A medium Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- medium
Problem
Set x = 100 at the module level. Define show_local() that creates a local x = 50 and prints it. Call show_local(), then print x to prove the global was not changed.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and grades it automatically.