Question: Ptython 1.6) What will be the output after the following statements? x = 50 if x > 10 and x 15 and x 25 and
1.6) What will be the output after the following statements? x = 50 if x > 10 and x 15 and x 25 and x = 75: print('true') elif x = 55: print('not true') elif x = 35: print('false') else: print('not false')
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
