num1 = int(input("Initial slices of pizza: ")) num2 = int(input("Slices of pizza eatten: ")) print("Slices left:",(num1 - num2))