Making Choices
- Making Choices - fundamental concept of programming
- A program behaves differently depending on the data it’s working with.
- The statements for making choices are called control flow statements.
Examples
Python Statements
How do you write the above three cases in Python?