GiovanniBruno22 / PythonBeginners

This repository is meant for new developers to submit first pull requests to and get reviews from peers.
17 stars 22 forks source link

Python script/ GUI to calculate dinner total with tip and change. #5

Closed GiovanniBruno22 closed 1 year ago

GiovanniBruno22 commented 1 year ago

It would be great if someone could make a script or a GUI application that provides the user with a randomized total amount for their dinner in dollars, then asks the user how much they'd like to tip in percentage and then proceed to show the total due.

Once the total amount has been paid, it should also print how much change the cashier should be giving back.

Have fun!

Jay-Jay23 commented 1 year ago

Hi Giovanni, Just submitted a script addressing the above Let me know how i did.

GiovanniBruno22 commented 1 year ago

Thank you so much for your contribution @Jay-Jay23 ! I have left a few comments on the PR, as soon as those will be addressed I will merge the PR in. 🙂

GiovanniBruno22 commented 1 year ago

Solved, thanks a lot @Jay-Jay23