• + 0 comments

    x, k = map(int, input().split())

    poly = input().strip()

    expression.** if eval(poly) == k: print("True") else: print("False")