<p>Design an ER schema using <em><strong>IE notation</strong></em>to keep track of information about votes taken in the U.S. House ofRepresentatives during the current two-year congressional session.The database needs to keep track
<p>Please do the following in Python using built-in functions:</p><p>Given 2 polynomials:</p><p>P1(x) = 2x^5 + 3x^4 + 2x^2 + 1</p><p>P2(x) = 2x^4 + 5x^3 + 7x</p><p>we have lists:</p><p>exp1 = [5, 4,