mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
Update minutesToHoursFunc.py
This commit is contained in:
@@ -9,4 +9,5 @@ def minutesToHoursFunc(maxMinutes=999):
|
|||||||
solution = f"minutes_to_hours(230) = {hours1}h:{hours2}m"
|
solution = f"minutes_to_hours(230) = {hours1}h:{hours2}m"
|
||||||
return problem, solution
|
return problem, solution
|
||||||
|
|
||||||
minutesToHours = Generator("Minute to Hour conversion", 96 , "Convert minutes to Hours & Minutes", "hours:minutes", minutesToHoursFunc)
|
|
||||||
|
minutesToHours = Generator("Minute to Hour conversion", 96 , "Convert minutes to Hours & Minutes", "hours:minutes", minutesToHoursFunc)
|
||||||
|
|||||||
Reference in New Issue
Block a user