1) X=310
y=x//10
c=x/y
print(” y=”, y)
2) a=80,9
b=a/11, 4
S=a/b
Print(“b=”, “{:5.3f}
“.format(b))