Write a program to convert hours mins into second
Answers
Answered by
7
______[Code]_______
# Python Program
x = int(input("Enter Number Of Hours"))
y = x * 60
print("Minutes are " , y)
______[Output]_______
>>> Enter Number Of Hours 2
Minutes are 120
Additional Information
- Python is Programming language.
- It was developed by Guido Van Rossum .
- It was developed in 1991 .
- He made this language in National Research Institute for Mathematics, The Netherlands.
- He names this language after a BBC Comedy Show.
Similar questions
India Languages,
5 months ago
Social Sciences,
5 months ago
Social Sciences,
5 months ago
Math,
11 months ago
Math,
11 months ago
Math,
1 year ago
Biology,
1 year ago