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.

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!