This is an automatically generated file.
Part 1
Part 2
print("Checking rounding on multiply, divide and add/subtract. ")
flags["mult_rounding"] = how_does_mult_round()
milestone = 45 # ==============================
flags["div_rounding"] = how_does_div_round()
Part 3