11.001001000011111101101010100010001000 Arithmazium
Home

This is an automatically generated file.

Part 1

Part 2

if flags["mult_guard_digit"]:
    print("    * appears to have a guard digit, as it should.")
if flags["div_guard_digit"]:
    print("    / appears to have a guard digit, as it should.")
if flags["add_sub_guard_digit"]:
    print("    - appears to have a guard digit, as it should.")
milestone = 40  # ==============================
pause()

Part 3

Home