You are viewing a single comment's thread. Return to all comments →
x, res = list(map(int, input().split(' '))) polynomial = eval(input().format(x=x)) print(res == polynomial)
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 →