p
y
c
h
a
l
l
e
n
g
e
r
Home
Python Basics
Booleans
Booleans
True
False
data types
comparison operators
logical operators
NEXT
Introduction to Booleans and data types
LESSON
Exercise: Create Boolean and print its type
CHALLENGE
Introduction to Comparison Operators
LESSON
Exercise: Comparison operators - Equal
CHALLENGE
Exercise: Check if strings have same length
CHALLENGE
Exercise: Check if string starts with letter
CHALLENGE
Exercise: Check if number is even
CHALLENGE
Exercise: Comparison operators - Not Equal
CHALLENGE
Exercise: Comparison operators - Greater Than
CHALLENGE
Exercise: Check if a Number is in a Range
CHALLENGE
Introduction to Logical Operators
LESSON
Exercise: Logical operators - and I
CHALLENGE
Exercise: Logical operators - and II
CHALLENGE
Exercise: Logical operators - or
CHALLENGE
Exercise: Logical operators - not
CHALLENGE
Exercise: Combine logical operators
CHALLENGE
Test: Python Booleans
EXAM