สถานะการส่งล่าสุด: -

SOS11: Into Second(split version)

Into Second

Given a hr, min, sec in hr:min:sec format, you need to convert into seconds

hint:
use f'{num:,}' to make ',' on number
str.split(delimeter)

Example Output

Enter a time: 3:40:200
Time in seconds: 13,400