Dorothydu's picture
Add files using upload-large-folder tool
11c6595 verified
num1 = int(input("Initial slices of pizza: "))
num2 = int(input("Slices of pizza eatten: "))
print("Slices left:",(num1 - num2))