Computer Science, asked by rupakraj0815, 5 months ago

In phython the flow of executive is altered by the use of dash statement

Answers

Answered by Anonymous
3

Explanation:

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.

Answered by evcho5640
0

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.

Similar questions