how to increase the value of decimal number before decimal point in python code example Example: how do i limit decimals to only two decimals in python answer = str(round(answer, 2))