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.
7.9m questions
10.6m answers