Question: Quusuurro Select the correct option based on the below python code. X = 20 y = 10 if (y ** 3 > 100 and x
Quusuurro Select the correct option based on the below python code. X = 20 y = 10 if (y ** 3 > 100 and x / 2 100 or y > 100): print("second block is executed") else: print("third block is executed") Program will print second block is executed". Program will give syntax error. Program will print "third block is executed" Program will print "first block is executed
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
