p
y
c
h
a
l
l
e
n
g
e
r
Home
Python Basics
Operators I
Operators I
Arithmetic Operators
Assignment Operators
Floor Division
Modulo
Remainder
Exponent
Parentheses
Order of evaluation
NEXT
Arithmetic Operators in Python
LESSON
Subtract two variables
CHALLENGE
Raise to the power of
CHALLENGE
Change the order of mathematical evaluation
CHALLENGE
Advanced Arithmetic Operators in Python
LESSON
Exercise: Floor Division Operator
CHALLENGE
Exercise: Relationship Floor Division and Modulo
CHALLENGE
Assignment Operators in Python
LESSON
Exercise: Use plus-equal operator to shorten the code
CHALLENGE
Exercise: Use times-equal operator to shorten the code
CHALLENGE
Test: Basic Python operators
EXAM