What are the two types of else clause in Python ?
Answers
Answered by
4
The two types of else clauses in python are as follows:
(i) Else in an, if statement
(ii) Else in a loop statement
(i) Else in an, if statement
(ii) Else in a loop statement
Similar questions