• + 0 comments

    x=0.88 y=1.55 Ca=160+40*(x+x**2) Cb=128+40*(y+y**2) print(round(Ca,3)) print(round(Cb,3))