Update seconds_time_conversion.py

This commit is contained in:
Rohan Sardar 2023-10-10 07:21:24 +05:30 committed by GitHub
parent a02e1f780b
commit 74f8757a07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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