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