Python If Statement - Conditional Logic or Branching

3 years ago
491

This is lesson 5 in the python introductory programming course. It introduces the if statement and conditional or branching logic, allowing the program to perform different operations based on the outcome of a true/false condition.

Loading comments...