Polynomials

  • + 0 comments

    code

    import numpy print(numpy.polyval(list(map(float,input().split())),int(input())))