Computer Science, asked by PayalDadhich5796, 1 year ago

What are the two types of else clause in Python ?

Answers

Answered by 000khushi
4
The two types of else clauses in python are as follows:
(i) Else in an, if statement
(ii) Else in a loop statement
Similar questions