diff --git a/maths/seconds_time_conversion.py b/maths/seconds_time_conversion.py index 45de0e685..62de9c02e 100644 --- a/maths/seconds_time_conversion.py +++ b/maths/seconds_time_conversion.py @@ -1,4 +1,4 @@ -def time_conversion(sec: int) -> int: +def time_conversion(sec: int) -> tuple: """ This simple python program converts seconds to days, hours, minutes and seconds