seconds to time python

53

seconds to time python -

seconds_input = 43290
conversion = datetime.timedelta(seconds=seconds_input)
print(str(converted_time))

#output 12:01:30

Comments

Submit
0 Comments