You are viewing a single comment's thread. Return to all comments →
in Python 3:
ui = input().split() x = int(ui[0]) print(eval(input()) == int(ui[1]))
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 →
in Python 3: