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

SOS11: Into Second

Into Second

Given a hr, min, sec, you need to convert into second

hint: use f'{num:,}' to make ',' on number

Example output

Enter a hour: 3
Enter a minute: 40
Enter a second: 200
Time in seconds: 13,400