0 Comments
Answer:
nest an else clause within an elif clause
Step-by-step explanation:
in python Programming, we cannot nest an else clause within an elif clause. elif is actually else if condition. we cannot nest another else with in elif clause.