# Write your code below!
my_variable = 10
# Set the variables to the values listed in the instructions!
my_int = 7 # interger
my_float = 1.23 # float
my_bool = True # boolean
Lesson:Python Syntax、Tip Calculator
(一)Variables and Data Types
# Write your code below!
my_variable = 10
# Set the variables to the values listed in the instructions!
my_int = 7 # interger
my_float = 1.23 # float
my_bool = True # boolean