Python for Beginners: Tip Calculator

1 year ago
1

10 steps to make your own tip calculator with bill split calculation as well.
In this lesson, we will mostly be creating variables to capture input and to calculate the tip for our bill. Them we will be able to split the bill according to the number of people paying.

If you are not familiar with integer and float numbers, you may want to review the following lesson first.
https://noobslearn.weebly.com/

Loading comments...