decimal to bcd fix

This commit is contained in:
lukew3
2020-10-23 13:40:42 -04:00
parent 595e92513a
commit c8815aec75
4 changed files with 111 additions and 108 deletions

View File

@@ -11,4 +11,4 @@ for item in list:
# print(mathgen.getGenList())
print(mathgen.decimal_to_roman_numerals())
print(mathgen.genById(102))
print(mathgen.genById(103))