• + 0 comments

    For Python3 Platform

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