File size: 87 Bytes
97249f0
 
 
 
 
1
2
3
4
5
6
import time


def int_to_min_sec(i):
    return time.strftime('%M:%S', time.gmtime(i))