5.MinuteToHourConvertor.py Get link Facebook X Pinterest Email Other Apps February 07, 2024 n_time = int(input("Enter the time in Minutes"))Hour = n_time//60Min = n_time%60Sec = n_time*3600# std_time = str(HourMin:Sec)print(Hour,":",Min,":",Sec) Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment