172k views
5 votes
Python programmers use the Else statement to run code

User Joaner
by
3.4k points

2 Answers

9 votes

Answer:

A. An else statement runs when all the conditions in the preceding if and elif statements evaluate as False.

Step-by-step explanation:

Hope it helps! =D What I got on edge!

User Sreenath H B
by
3.0k points
7 votes

Answer:

the answer is True

Step-by-step explanation:

when you use an if statement it has to end with an else statement because the if statement is used to give opinions in a code but if the option doesn't fit the need of the function then the else statement is expected.

User Ashley Medway
by
3.2k points