This is a simple Python program that calculates the tip amount based on your bill and desired tip percentage.
- Asks the user to enter the bill amount.
- Prompts for the tip percentage (e.g., 10%, 15%, etc.).
- Calculates and displays the total tip amount and final bill including tip.
๐ Try it on Replit