Computer Science, asked by sy1997shubh, 3 months ago

convert hours into minutes and seconds python program ​

Answers

Answered by jai696
0

\huge\red{\mid{\fbox{\tt{Using\: Python\: 3}}\mid}}

mins = float(input("hours: ")) * 60

print(f"minutes: {mins}\nseconds: {mins * 60}")

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions