You are viewing a single comment's thread. Return to all comments →
inp= list(map(int, input().split())) x = inp[0] k = inp[1] polynomial = input() if eval(polynomial) == k: print(True) else: print(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 →