Python - Videos and Questions

24 / 78

Conditional Execution and Functions in Python

Overview

As part of this session, we will learn the following:

  1. Comparison operators
  2. Logical operators: and or not
  3. Indentation
  4. One-way Decisions
  5. Two-way decisions
  6. Nested Decisions
  7. Multi-way decisions using elif
  8. try / except to compensate for errors
  9. Short circuit evaluations
  10. Functions
  11. Built-In Functions
  12. Parameters
  13. Arguments

Note: A similar exercise is done in next slides. You can follow those slides.

Recording of Session


Slides

Code Repository for the course on GitHub



No hints are availble for this assesment

Answer is not availble for this assesment

Loading comments...