Computer Science, asked by jaancr, 2 months ago

Explain about The decision making statements in python

Answers

Answered by npc7
2

Answer:

Answer:Decision making is anticipation of conditions occurring while execution of the program and specifying actions taken according to the conditions.

Answered by muskanjahid6
3

Answer:

Decision making is anticipation of conditions occurring while execution of the program and specifying actions taken according to the conditions. An if statement can be followed by an optional else statement, which executes when the boolean expression is false

Similar questions