A Polynomial is a Sum of Monomials. /!\ So far, the exponent is supposed to be 1.
Possible args for __init__():
DEFAULT | [Monomial|Polynomial] | Sum(Monomial|Polynomial) | (RANDOMLY, max_coeff, max_degree, length)
Fields:
degree: (read-only) the degree of the Polynomial
Debugging info: