No products in the cart.

write a program that ask a …

CBSE, JEE, NEET, CUET

CBSE, JEE, NEET, CUET

Question Bank, Mock Tests, Exam Papers

NCERT Solutions, Sample Papers, Notes, Videos

write a program that ask a user for a number of year and then print out the number of dat , hours , minutes and seconds in the number of year 10.0 year is , 3650.0 days , 87600.0 hours , 5256000.0 minutes , 315360000.0 seconds
  • 1 answers

Hiteshi Jain 3 years, 11 months ago

n = float(input("Enter the number of years :")) d = 365 h = 8760 m = 525600 s = 31536000 print ("The number of years entered by you are :",n) print ("No. of days :",d*n) print("No. of hours :,h*n") print("No. of minutes :,m*n") print("No. of seconds :,s*n") print ("Thank You.")
http://mycbseguide.com/examin8/

Related Questions

myCBSEguide App

myCBSEguide

Trusted by 1 Crore+ Students

Test Generator

Test Generator

Create papers online. It's FREE.

CUET Mock Tests

CUET Mock Tests

75,000+ questions to practice only on myCBSEguide app

Download myCBSEguide App