Computer Science, asked by biitu24, 1 year ago

what is Branching statement​

Answers

Answered by Anonymous
4

!! RAM RAM !!

ANSWER ==

BRANCHING STATEMENT

BRANCHING STATEMENT REFERS TO THE STATEMENT THAT ALLOWS DIFFERENT SECTION OF CODE TO BE EXECUTED ,

OR NOT EXECUTED DEPENDING ON SOME CONDITION BEING EITHER TRUE OR FALSE

HOPE IT HELPS UH

#HOPĒLESS_ ROMANTIC

Answered by Anonymous
2

Branching is an all important concept to learn when programming in Python. If, Else and Elif statements enable your program to be smart and make decisions. Branching statements are used to change the normal flow of execution based on some condition. The return statement is used to explicitly return from a method.

Similar questions