• + 0 comments

    x, k = map(int,input().split(" ")) p = input() uppalbalu = eval(p) if uppalbalu == k: print('True') else: print('False')