tags:

views:

30

answers:

1

String(Math.round(values/30))..am having values 65.i want the answer for that 3 not 2.1... wat is the solution

+1  A: 

Try with this.

str(math.ceil(values / 30.0))
razpeitia