There was an error while loading. Please reload this page.
Aim: Given a polynomial P of a single indeterminate (or variable), x. Also, given the values of x and k. The task is to verify if P(x) = k.
Language to be Used: Python