mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
Id fix
This commit is contained in:
@@ -8,4 +8,5 @@ def decimalToOctalFunc(maxDecimal=4096):
|
||||
return problem, solution
|
||||
|
||||
|
||||
decimalToOctal = Generator("Converts decimal to octal", 82, "What's the octal representation of 98?", "0o142", decimalToOctalFunc)
|
||||
decimalToOctal = Generator("Converts decimal to octal", 84,
|
||||
"What's the octal representation of 98?", "0o142", decimalToOctalFunc)
|
||||
|
||||
@@ -25,4 +25,5 @@ def decimalToRomanNumeralsFunc(maxDecimal=4000):
|
||||
return problem, solution
|
||||
|
||||
|
||||
decimalToRomanNumerals = Generator("Converts decimal to Roman Numerals", 83, "Convert 20 into Roman Numerals", "XX", decimalToRomanNumeralsFunc)
|
||||
decimalToRomanNumerals = Generator("Converts decimal to Roman Numerals",
|
||||
85, "Convert 20 into Roman Numerals", "XX", decimalToRomanNumeralsFunc)
|
||||
|
||||
Reference in New Issue
Block a user