- A NameError
- B x
- C 10
- D 0
Python Programming Language MCQ Python Functions MCQ
⚠ Report ✓ Question Verified Copy Link
def abc():
print(x)
x = 10
abc()
Learn More MCQ Questions from Python Programming Language MCQ Python Functions MCQ