CodeAcademy Python Tip Calculator
Cai Gengyang
gengyangcai at gmail.com
Mon Sep 11 00:51:14 EDT 2017
More information about the Python-list mailing list
Mon Sep 11 00:51:14 EDT 2017
- Previous message (by thread): [Tutor] beginning to code
- Next message (by thread): CodeAcademy Python Tip Calculator
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
So, I’m on section (3. The Tip) … Instructions 1. Set the variable tip to decimal value of 15% on line 5. This was my input: You’re almost there! Assign the tip variable on line 5. meal = 44.50 tax = 6.75 / 100 tip = 15.0 But, when I tried to run the program, I don’t get any output at all. Nada, nothing zilch. Nothing happens, how come ?
- Previous message (by thread): [Tutor] beginning to code
- Next message (by thread): CodeAcademy Python Tip Calculator
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list