String(Math.round(values/30))..am having values 65.i want the answer for that 3 not 2.1... wat is the solution
Try with this.
str(math.ceil(values / 30.0))