INDEX
SNO NAME OF PROGRAM PAGE NO SIGNATURE
1 Write a program to find factorial of a number
2 Write a program to check whether a number is
palindrome or not
3 Write a program to generate fabonacci series.
4. Write a program to swap two numbers.
5 Write a program to traverse in a list and print
numbers which are divisible by 5.
6. Write a program to traverse in a dictionary and
print its keys
7 Write a program to count vowels in a string input
by user
8. Write a program to count word HE in a text file
profile. txt
9 Write a program to print lines starting with
alphabet a in a text file [Link]
10 Write a program to count spaces in a text file.
11 Write a program to input rollno and name and
marks of a student and store in a binary file
[Link] and display all details.
12 Write a program to input rollno ,name and marks
of a student and store in a CSV file [Link]
and display all details.
13. Write a program to input rollno,.name and marks
of a student and store in a stack and display all
details.
14 Write a program to input rollno ,name and marks
of a student and store in a binary file [Link]
and display those whose marks are more than
75.
15 Write a program to count uppercase alphabets in
a text file
16 MYSQL QUERIES
17 Write a program using python connectivity
18 Write a program using python connectivity to
display records whose marks >75
19 Write a program using python connectivity to
insert a new record in a table
20 Write a program using python connectivity to
update a record in a table
21 Write a program using python connectivity to
delete a record from a table.
Program 1