Fun with Numbers
Complete the code with the correct numeric value for each one of the variables. Look at the example for the variable one
.
Solution 1
# Integers
one = 1
five = 5
a_hundred = 100
# Floats
one_half = 0.5
one_tenth = 0.1
pi = 3.14 # Hint: it's 3.14 ;)