Skip to content

    Tip Calculator - Beginner's method

    Created by
    bhdivyansh
    bhdivyansh

    A Simple python program for calculating the amount needed to be paid in a restaurant inclusive of tip depending on what total amount of the bill is and how many people are dining.

    Note: The currency used here is INR (₹), to use USD ($) or any other currency, replace the ₹ symbol with the symbol of the required currency in the code.

    Preview