You are viewing a single comment's thread. Return to all comments →
---- Using Pypy 3 ---- x, k = map(int, input().split()) expression = input() print(eval(expression) == k)
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 →