Toggle navigation
English
Chinese
Python Sandbox
Please refer to
this tutorial
to find more details on the following codes.
# # Variables store numbers or text for later use in the program. # tip=0.15 print(77*tip) print(32.09*tip) print(14*tip) print(7.99*tip)
Run
List