🧮
Split Tip Calculator
Python13 lines· A simple console tip calculator. Enter a bill amount, a tip percentage, and the number of people, and it prints how much each person owes in tip an…
Original project by @DevTomilola-OS — view source on GitHubReady when you are
Split Tip Calculator
A simple console tip calculator. Enter a bill amount, a tip percentage, and the number of people, and it prints how much each person owes in tip and in total.
How to run
python Tip_calculator.py
Dependencies
Standard library only.
Pyodide-runnable
Yes — it is a pure-stdlib console program that only uses input()/print().
split-tip.py· Python 3.x
22 linesConsole· terminal