If the condition mentioned in the 'if' block is False, which statement will be executed first?
a. Block after if
b. Block after elif
c. Block after else
give me fast answer plzz jo ache se answer dega usko hum follow v krge
Answers
Answered by
12
Block after elif
Explanation:
If the if block is False, it will check if the condition in the elif block is true. If that isn't true, it will execute the code in the else block.
Answered by
5
Answer:
Option (c) (block after else) will be executed first if the condition mentioned in the 'if' block is false.
The 'if' block usually takes true, but if there is false, it will take the function in the else block.
Mark this as Brainliest and follow me if this really helps (please, ok?)
Similar questions