• + 0 comments

    Don't round the value you want to print. Use:

    print("%.xf" % *Value you want to print*)
    x is the number of digits after the decimal point