🚀 Day 2 of my 100 Days of Code Challenge!
In this Python beginner project, I built a Tip Calculator that calculates how much each person should pay when splitting a bill, including the tip.
In this video you’ll learn:
✅ Python input() function
✅ Variables and data types
✅ Percentage calculations
✅ Bill splitting logic
✅ f-strings and formatting output
Example used:
💵 Bill: $150
💰 Tip: 12%
👥 People: 10
Result: Each person pays $16.80
This project is beginner-friendly and perfect if you’re starting Python from scratch.
If you’re learning Python with me, follow my 100 Days of Code journey and subscribe for daily progress.
#Python #100DaysOfCode #PythonBeginner #CodingJourney #LearnPython #Programming #TipCalculator #CodingForBeginners #PythonProjects