0
Can someone help me with python tip calculator code project
3 Respuestas
0
You gotta input first the bill amount, decide the percentage of tips to be given from the total bill (also entered as input) and finally input the number of people who want to split the bill.
After taking these inputs
Create a variable to calculate
The following:
X = bill + ( tips percentages * total) / split
0
I was not able to create right code
But now I'm done with that so thanks for helping me!!