of     1   

FroggoBLOX
#141137929Tuesday, July 22, 2014 5:03 AM GMT

Is it possible to return the absolute value of a given number? I'm a frog... ribbit!
128GB
#141137986Tuesday, July 22, 2014 5:04 AM GMT

a = -1 b = 1 print(math.abs(a)) -->1 print(math.abs(b)) -->1
FroggoBLOX
#141138118Tuesday, July 22, 2014 5:05 AM GMT

Ok, thanks! I'm a frog... ribbit!

    of     1