(PCEP) Certified Entry-Level Python Programmer Practice Test

โ–ถ

Free PCEP Variable Scope and the `global` keyword Questions and Answers 1

Free ยท Instant Results

What is the output of the following code? ```python var = 100 def my_func(): var = 50 print(var) my_func() print(var) ```
โ–ถ Start Practice Test