What do you understand by 'Conditional Branching' in Python?
Answers
Answered by
1
Answer:
The conditional branching statements help to jump from. one part of the program to another depending on whether a particular condition is satisfied or not. Generally they are two types of branching statements
Answered by
0
Answer:
control transfer, also known as conditional branching, whereby it would be able to jump to a different instruction depending on the value of some data. ... control transfer, also known as conditional branching, whereby it would be able to jump to a different instruction depending on the value of some data.
Similar questions