mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
Delete DecimalToOctalFunc.py
This commit is contained in:
@@ -1,11 +0,0 @@
|
|||||||
from .__init__ import *
|
|
||||||
|
|
||||||
|
|
||||||
def DecimalToHexFunc(max_dec=99):
|
|
||||||
a = random.randint(1, max_dec)
|
|
||||||
b = oct(a)
|
|
||||||
|
|
||||||
problem = "Octal of " + str(a) + "="
|
|
||||||
solution = str(b)
|
|
||||||
|
|
||||||
return problem, solution
|
|
||||||
Reference in New Issue
Block a user