0% found this document useful (0 votes)
26 views2 pages

Index Page

Uploaded by

anshikaiitian9
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)
26 views2 pages

Index Page

Uploaded by

anshikaiitian9
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
You are on page 1/ 2

INDEX PAGE

S.NO Programs Pg No. Date T. Sign


1. Creating a menu driven program to perform arithmetic
operation.

2. Write a program index_list(L), where L is the list of element


passed at argument to the function returns another list named
‘index_list’ that stores the non-zero element of L.

3. Creating a python program to display Fibbonacci series.


4. Creating a menu driven program to find factorial and sum of list
of numbers using function.

5. Write a program to find weather an input number is perfect or


not.

6. Write a user defined function to accept a string and check


weather it is Palindrome or not.

7. Write a program user defined pattern(n) to display.


8. Write a user defined function in python named show_Grade(s)
which takes Dictionary S as an argument.

9. Write a function countNow(places) in python, that takes the


dictionary, Place as an argument and display the names(in
uppercase) of the places whose name are longer than 5 character.

10. A list named studentAge stores age of student of a class. Write


the python command to import the required module and to
display the most common age value from given list

11. Write a function, lenWord(string),that takes a string as an


argument and return a tuple containing length of each word of a
string.

12. Write a program to check if the number is Amstrong or not.

13. Write a program to enter the number in a list using split() and the
function related to list.

14. Creating a python program to generate random number between


1 to 6.
15. Creating a python program to read a text file and display the
number of Vowel/Consonant/lowercase/uppercase.

16. Write a method CountAn() that check the number of occurrence


of “A”and “ N” in a text file “Story.txt”.

17. Write a method in python to read lines from a text file “Diary.txt”,
and display those lines which starting with the letter “P”.

18. Write a python function that finds and display all the words
longer than 5 character from a text file “Words.txt”.

19. Write a function, VowelCount() in python that counts and display


the number of vowel in the text file named “Poem.txt”.

20. Write a python code to find the size of the file in bytes, number
of lines and Number of vowel.

21. Write a code in python to open a Binary file “College.dat”


containing records of student.

22. A binary file ‘Hotel.dat’ exits storing details of hotel customer.

23. Write a program using two function:


I ) addCustomer()
ii) readCustomer()

24. Write a python program for opening on csv file “People.csv”.

25. A csv file ‘’Happiness.csv” contains the data of a survey.

26. Consider the following dept and worker tables

You might also like