bill = int(input("Enter the bill: ")) diners = int(input("Enter the diners: ")) print("Total by person:",bill/diners)