Computer Science, asked by wahiduzzaman, 5 months ago

In Python3, nested if conditions should always be used for True. Is it right?​

Answers

Answered by dhairyaveernarban
1

Answer:

this might be the answer

Explanation:

There may be a situation when you want to check for another condition after a condition resolves to true. In such a situation, you can use the nested if construct.

Similar questions