# 1607.py execfile('../libreria/alfa.py') f=pol1v(int,3,5,6,2,8) g=pol1v(int,2,0,-1,4) print f-g # 1 + 5x + 7xx - 2xxx + 8xxxx print f-3 # 5x + 6xx + 2xxx + 8xxxx print 4-f # 1 - 5x - 6xx - 2xxx - 8xxxx