tools.utils

Yohn Y. 2025-05-04

5:a75ba21f4938 Go to Latest

tools.utils/time/seconds

+ time/seconds

History
1 #!/usr/bin/env python3
3 from datetime import timedelta
4 from sys import argv
6 print(timedelta(seconds=int(argv[1])))