Numbers and Math
Types of Numbers
# Define two variables x and y
x = 100
y = 3.14
# Print out the variable types for each
print(type(x))
print(type(y))Arithmetic Operators
Operator
Example
Comparison Operators and Functions
Operator
Example
Exercises
Resources
Last updated
