0
How can I create a tip calculator using python
5 Respostas
+ 4
Read the previous lesson again. Pay attention to input() and int().
Store the input in a variable, convert it to a numeric data type and calculate the tip. Output the result.
+ 2
Remove the 2nd line – according to the task description, the tip is always 20%.
Check the spelling "Bill" vs "bill" would be different variables. It needs to be "print", not "Print".
0
Lisa Thank you so much
0
Hi