I am not able to understand where am I going wrong
Choosing Numbers
n = int(input()) print("{0:.2}".format(0.09*n))
You can use setprecision function it will give you correct answer
I am not able to understand where am I going wrong
n = int(input()) print("{0:.2}".format(0.09*n))
You can use setprecision function it will give you correct answer