python resrict double to only 2 after point code example Example: how do i limit decimals to only two decimals in python answer = str(round(answer, 2))