+ 1
Hey can anyone tell me this??
I want to round off the equation to next number, how would I do it. For e.g: a = (40+10/100*56) print(a) if I put int at front it makes, 5.6 as 5 and with float it gives answer in decimal but I want : (40 + 10/100*56) = 46, not 45.6, not 45.
5 Answers