Polynomials

  • + 0 comments

    import numpy as np

    print(np.polyval ((np.array(input().split(), float)) , (float(input()))))