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

Practical Programs

The document outlines practical programming tasks for Grade 10 students at Velammal Vidhyashram, Ambattur. It includes six Python programming exercises, such as checking for leap years, calculating square roots, determining odd or even numbers, printing patterns, calculating simple interest, and finding averages. These tasks aim to enhance students' coding skills and understanding of basic programming concepts.

Uploaded by

spotearn
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 practical programming tasks for Grade 10 students at Velammal Vidhyashram, Ambattur. It includes six Python programming exercises, such as checking for leap years, calculating square roots, determining odd or even numbers, printing patterns, calculating simple interest, and finding averages. These tasks aim to enhance students' coding skills and understanding of basic programming concepts.

Uploaded by

spotearn
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

Velammal Vidhyashram, Ambattur

Grade 10 Board Practical Programs (AI)


1. Write a Python program to check whether
the given year is leap year or not a leap year.
2. Write a python program to find the square
root of the given input by the user.
3. Write a python program to find whether a
given number is odd or even.
4. Write a python program to print the pattern
5. Write a python program to calculate simple
interest.
6. Write a python program to calculate the
average from the given numbers.

You might also like