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