write about if else condition in python
Answers
Answered by
2
Answer:
An else statement can be combined with an if statement. An else statement contains the block of code that executes if the conditional expression in the if statement resolves to 0 or a FALSE value. The else statement is an optional statement and there could be at most only one else statement following if.
Answered by
2
Answer:
An else statement can be combined with an if statement. An else statement contains the block of code that executes if the conditional expression in the if statement resolves to 0 or a FALSE value. The else statement is an optional statement and there could be at most only one else statement following if.
Similar questions
English,
6 months ago
Business Studies,
6 months ago
English,
6 months ago
Chemistry,
1 year ago
Psychology,
1 year ago
Biology,
1 year ago