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