- A No output
- B Error
- C 0
- D -3
Python Programming Language MCQ Python Built-in Functions MCQ
⚠ Report ✓ Question Verified Copy Link
x = -3
if abs(x) < 3:
print(x)
else:
print(0)
Learn More MCQ Questions from Python Programming Language MCQ Python Built-in Functions MCQ