Looking to learn more about looping and conditionals to Python programming?
Use this guide to learn about basic principles, structures, and operations in Python.
You will be introduced to the following outcomes:
- Employ IF...ELSE statements (IF Statements)
- Identify and use comparison operators (IF Statements)
- Appropriately use the IN keyword in an IF...ELSE statement (IF Statements)
- Describe the appropriate use of indentation (IF Statements)
- Appropriately use the AND keyword in an IF...ELSE statement to set multiple parameters (IF Statements)
- Appropriately use the OR keyword in an IF...ELSE statement to set multiple parameters (IF Statements)
- Appropriately use the ELIF keyword in an IF...ELSE statement to set multiple outputs (IF Statements)
- Use input to collect user information (IF Statements)
- Employ WHILE statements using "break" or "continue" (WHILE Statements)
- Employ iteration using FOR statements (FOR Statements)