Can someone help me with python tip calculator code project | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can someone help me with python tip calculator code project

14th Aug 2022, 12:56 AM
Atharv tolambiya
Atharv tolambiya - avatar
2 Answers
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
15th Aug 2022, 12:29 AM
Farah Al Ashkar
Farah Al Ashkar - avatar
0
I was not able to create right code But now I'm done with that so thanks for helping me!!
18th Aug 2022, 10:27 AM
Atharv tolambiya
Atharv tolambiya - avatar