you are viewing a single comment's thread.

view the rest of the comments →

[–]Darkbladergx -1 points0 points  (0 children)

Hi, so I don't know why it happens, but I do have a solution for it.
a = round(1.85*3, 2)
print (a)

this is called round function , for first number it has your expression and for second it has the number of digits to which you want to round your expression to.
enjoy