Computer Science, asked by vinita04121980, 4 months ago

In Python, the flow of execution is altered by the use of ______ statements.

Expression

Control

Else

None of these​

Answers

Answered by sanyasaxena317
7

Answer:

Else statement is the right answer pls like and follow me

Answered by Kristy12
7

Answer:

Statements are executed one at a time, in order from top to bottom. Function definitions do not alter the flow of execution of the program, but remember that statements inside the function are not executed until the function is called. ... When it gets to the end of the program, it terminates.

Explanation:

Small help from u ‼️

10 Thanks please ❤️

Similar questions