Polynomials

  • + 0 comments
    import numpy as np
    print(np.polyval(list(map(float, input().split())), float(input())))