0% found this document useful (0 votes)
3 views1 page

Practical Programs

The document outlines a list of programming assignments for 9th-grade students at Prelude Public School, Agra, requiring them to write Python programs. The tasks include finding factors, checking number properties (positive/negative, even/odd, prime), displaying multiplication tables, and performing mathematical calculations like factorial and area of a circle. Students are instructed to write code from their notebooks and include output for each program.

Uploaded by

krishnajadoun941
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Practical Programs

The document outlines a list of programming assignments for 9th-grade students at Prelude Public School, Agra, requiring them to write Python programs. The tasks include finding factors, checking number properties (positive/negative, even/odd, prime), displaying multiplication tables, and performing mathematical calculations like factorial and area of a circle. Students are instructed to write code from their notebooks and include output for each program.

Uploaded by

krishnajadoun941
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Prelude Public School, Agra

Programs for practical file:


Std. IXth
Note: 1. All programs should write in Python
Language.
2. You can write code from your notebook.
3. Output should be written.
1. WAP to find factors of a number.
2. Write a program to check a number is positive or
negative.
3. Write a program to check number is even or odd.
4. Write a program to find factorial of a number.
5. Write a program to check a number is prime or not.
6. Write a program to display table of a number.
7. Write a program to check which number is minimum
from 2 numbers.
8. Write a program to find sum of all even numbers and
product of all odd numbers from 1 to n.
9. Write a program to find area of circle.
10. Write a program to change Celsius into Fahrenheit.

You might also like