Question: Flag question What will be the error generated while executing the following python code? 1 a=5 2 b=5 3 if a>b: 4 print(A is greater
Flag question What will be the error generated while executing the following python code? 1 a=5 2 b=5 3 if a>b: 4 print("A is greater than B") a. Error: a is equal to b b. Error: they are equal c. IndentationError: expected an indented block d. Error: a is not greater than b
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
