Dorothydu's picture
Add files using upload-large-folder tool
11c6595 verified
bill = int(input("Enter the bill: "))
diners = int(input("Enter the diners: "))
print("Total by person:",bill/diners)