Python Project
Name: Parth Singhal
Class: 11th C
1.TO INPUT A CHARACTER AND CHECK WEATHER IT IS VOWEL OR
NOT
Output:
2.Program to Calculate Simple Interest
OUTPUT
3. Write a program to check weather the year is a leap year or not
4. Write a program to get factorial of any number
5. Write a program to make a pattern by typing number of rows
6. Write a program to get % of 3 subject marks out of hundred
7. Write a program to get the largest integer form the 3 values given
8. Write a program to print this pattern 1
11
111
1111
11111
9. Write a program to print fibonacci series
10. Write a program to check if the character is in upper or lower
case , a special character or a number
11. Write a program to get the area of triangle and square
12. Write a program to determine if the person is eligible to vote
13. Write a program if person is eligible for vote or not
14. Write a program to make a pattern with stars making triangle
15. Write a program to find the sum of the series :
s=1+x+x ²+x ³+x ⁴…+x ⁿ