Predict the output

a = 83
b = 10
f = 0.02
l = 3
z = ((int(a)*1000)/(3.14*int(b)))
print(int(z)*l*f)

Posted on by