Chalarangelo / 30-seconds-of-python

Short Python code snippets for all your development needs
https://www.30secondsofcode.org/python/p/1
Creative Commons Attribution 4.0 International
8.83k stars 1.26k forks source link

Created format_seconds.md #464

Closed Y-Eker closed 2 years ago

Y-Eker commented 3 years ago

Created a snippet that returns the ISO format of the given number of seconds. Inspired by: https://github.com/30-seconds/30-seconds-of-code/blob/master/snippets/formatSeconds.md