v=110.; x=.1; i=.1; Va=v*i+(i**2*x); print"the total volt ampers = VA",round(Va)
the total volt ampers = VA 11.0