0% found this document useful (0 votes)
8 views8 pages

Grade 10 Practical File Questions

The document contains a list of 15 practical Python programming questions for Grade 10 students. These questions cover various topics, including basic arithmetic operations, conditionals, loops, and data structures like lists and arrays. The exercises aim to enhance students' understanding and application of Python programming concepts.

Uploaded by

mitul.krupal2003
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)
8 views8 pages

Grade 10 Practical File Questions

The document contains a list of 15 practical Python programming questions for Grade 10 students. These questions cover various topics, including basic arithmetic operations, conditionals, loops, and data structures like lists and arrays. The exercises aim to enhance students' understanding and application of Python programming concepts.

Uploaded by

mitul.krupal2003
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
You are on page 1/ 8

Grade 10 Python questions for practical file

1. Write a program to find sum and average of three numbers

2. Write a program to check if a given number is positive,


negative or zero.

3. Write a program to find largest of three numbers


4. Write a program to print first five natural number and its sum.

5. Write a program to check if a number is Armstrong or not.


6. Write a program to find the sum of all numbers stored in a list.

7. Write a program to check if a number is Palindrome or not.


8. Write a program to check if a number is even number or odd.

9. Write a program to calculate the surface area and volume of


a cuboid.
10. Write a program to check if a person is eligible to vote or not.

11. Write a program to delete an element from a list.


12. Write a program to print a multiplication table of the entered
number.

13. Write a program to find area of square and triangle.


14. Write a program to print first ten even numbers and its sum.

15. Write a program to create a 2D array using NumPy.

You might also like