Class XI : Chapter 1 - Python Fundamental Test 12

 

Python Fundamental Test 12

Q1. Write a program to find the average of five numbers.

Q2. Write a program to find the square of a number accepted from user.

Q3. Write a program to convert kilometer into centimeter.

Q4. Write a program to convert degree Celsius to kelvin.

Q5. Write a program to convert degree Celsius to Fahrenheit.

Q6. Write a program to calculate the simple interest.

Q7. Write a program to accept time in seconds and convert it into

    hours, minutes and seconds.

Q8. Write a program to convert milligrams into kilograms.

Q9. Write a program to find the square root of a number.

Q10. Write a program to accept two numbers and display their

  •  Sum
  • Difference
  • Product
  • Multiplication

No comments:

Post a Comment

Most Recently Published

File Handling Test 6

 File Handling Test 6 Q1 . Do we need to use the close() function when we use 'with' statement to open a file? Q2. Which mode you wi...

CS - IP Assignment/Worksheet