You are viewing a single comment's thread. Return to all comments →
x,k = map(int,input().split()) y = input() z = eval(y) print('True' if int(z) == int(k) else 'False')
Seems like cookies are disabled on this browser, please enable them to open this website
Input()
You are viewing a single comment's thread. Return to all comments →