Third Term Project Work- Grade 9


Submission Date: 15 March (Sunday)

Mode of Submission: Loose Sheet

  1. Write the Python programs neatly on loose sheets.

  2. Each program must have the question number and question written

  3. Maintain proper spacing and indentation in the program.

  4. Make the work accurate, neat, and eye-catchy.

  5. Write your Name, Class, Section, and Roll Number on the first page.

Write a Python Program:

1.      To display the area of a room (Area=LxB).

2.      To find the average of three numbers.

3.      To find simple interest (SI=PxTxR/100).

4.      To convert degree Celsius to degree Fahrenheit where f=(9*c/5)+32.

5.      To convert minutes to hours and minutes.

6.      To convert days to years, months and days.

7.      To display the middle number among three numbers.

8.      To display greatest among two numbers.

9.      To display smallest among three numbers.

10.  To check whether a number is positive, negative or zero.

11.  To check whether a student passed or failed in a subject, take input marks.

12.  To check whether is person is eligible to cast vote or not.

13.  To check whether a given number is odd or even.

14.  To check whether a number is divisible by 7 or not.

15.  To display the Hailstone series (7, 22, 11, 34 … up to 10th term).

16.  To display the Fibonacci series (2, 1, 3, 4, 7 … up to 10th term).

17.  To display the series: 5, 10, 15 … up to 10th term.

18.  To display the series: 3, 9, 27 … up to 10th term.

19.  To display the sum of numbers from 50 to 100.

20.  To display whether the given number is Armstrong or not.

21.  To display the number in the following pattern:

12345

1234

123

12

1

22.  To display whether the given number is prime or composite.

23.  To display the given number is palindrome or not.

24.  To display the given number in reverse order.

25.  To display the number in the following pattern:

54321

4321

321

21

1

Popular posts from this blog

Computer

Sequential Programs