Есть небольшой код.
y = int(input("1/2")) m = 1 b = 2 if y == m: print("Ok") elif y == b: price = int(input("Price: ")) amount = int(input("The amount: ")) money = int(input("Money: ")) product = price all = price * amount if money >= all: print("") else: print("-") if money >= all: print("M") else: """ Вот тут """ print("Cheers!")