Question: Consider the following code : found = False failed = True if failed == false: print(T1) if found != failed : print(12) if not found
Consider the following code : found = False failed = True if failed == "false": print("T1") if found != failed : print("12") if not found and failed: print(" 13") if not failed : print("14") if not failed or found: print("15") The output of the code is: Drag and drop the correct answers in the corresponding boxes al T5 || T1 TB ||T4|| T2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
