Live stream preview

Watch this video and more on Learn Career-Defining Technical Skills

Watch this video and more on Learn Career-Defining Technical Skills

Start your free trial

Already subscribed? Sign in

Simple Conditionals

Introduction to Python Programming • 6m 49s

Up Next in Introduction to Python Programming

  • Else Statements

    Not every conditional is evaluated as true. In this section of the course, you'll create else statements to work with false conditions.

  • Ternary Operator

    The ternary operator is an abbreviated way of expressing a conditional-- Using it makes you look like a sophisticated Python programmer. You'll learn the ternary operator in this segment

  • While Loops

    Almost everything in coding happens within the context of a loop. A loop allows you to repeat a section of code while some condition is true.