- A True
- B False
- C a
- D b
Python Programming Language MCQ Python if else MCQ
⚠ Report ✓ Question Verified Copy Link
a = True b = False c = 'a' if (b == 0) else 'b' print(c)
Learn More MCQ Questions from Python Programming Language MCQ Python if else MCQ