[go: up one dir, main page]

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

CS Project File

The document outlines a Python project by Parth Singhal for 11th C, consisting of various programming tasks. These tasks include checking for vowels, calculating simple interest, determining leap years, and generating patterns, among others. Each task requires writing a specific program to achieve the desired functionality.

Uploaded by

parthsinghal1502
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views11 pages

CS Project File

The document outlines a Python project by Parth Singhal for 11th C, consisting of various programming tasks. These tasks include checking for vowels, calculating simple interest, determining leap years, and generating patterns, among others. Each task requires writing a specific program to achieve the desired functionality.

Uploaded by

parthsinghal1502
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 11

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 ⁿ

You might also like