I can't get the hang of rounding in micropython
a=round(86.86, 1)
print (a)
86.90001
surely there must be a way to limit to one dp & get it to round up?
I can't get the hang of rounding in micropython
a=round(86.86, 1)
print (a)
86.90001
surely there must be a way to limit to one dp & get it to round up?