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

Class 8 Python Programs

The document lists Python programming tasks for Class 8 students. It includes programs for mathematical operations, interest calculations, string manipulations, and various patterns. Additionally, it covers topics like number reversal, grade calculation, and temperature conversion.
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)
2 views1 page

Class 8 Python Programs

The document lists Python programming tasks for Class 8 students. It includes programs for mathematical operations, interest calculations, string manipulations, and various patterns. Additionally, it covers topics like number reversal, grade calculation, and temperature conversion.
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

Class 8 - List of Python Programs

1) WAP to perform mathematical operations on two variables entered at runtime


2) WAP to show compound interest, Simple Interest
3) WAP to print series from A-Z
4) WAP to enter marks of 5 subjects at runtime and print TOTAL, Average,
Percentage and Grade
5) WAP to reverse a number
6) WAP to print pattern
a. Diamond shape
b. Right angle triangle
c. Triangle
d. Square
e. Star shape
7) WAP to show the use to
a. Concatenation operator
b. Remove characters from a string
c. Find length of the given string
8) WAP to print only vowels from the given string
9) WAP to SWAP two numbers
10) WAP to print table of a number entered at runtime
11) WAP to convert temperature from Celsius to Fahrenheit and vice versa

You might also like