Login and Register ×
Check your Email for the OTP
Python Programming Language MCQ Python if else MCQ
⚠ Report ✓ Question Verified Copy Link
x = 15 if x > 15: print(0) elif x == 15: print(1) else: print(2)
Explanation:
Related Topic:
Share Above MCQ
Learn More MCQ Questions from Python Programming Language MCQ Python if else MCQ