mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
Update seconds_time_conversion.py
This commit is contained in:
parent
a02e1f780b
commit
74f8757a07
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user