x = 15 if x > 10 and x <= 15: print('true') elif x > 15 and x < 25: print('not true') elif x > 25 and x < 35: print('false') else: print('not false')
Click an option to check whether your answer is correct.
Explore more questions from similar topics.
Share this MCQ with your friends or study group.