pyBegin / projects / split-tip
🧮

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 an…

13 linesRunnable

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().