Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

INDEX

S.no Date Title Page.no Teacher


remarks
11 5/10/23 W.A.P to check whether a given 1
string is a palindrome

12 5/10/23 W.A.P to input a string and reverse 1


each word and create
new string
13 9/10/23 W.A.P to input two string and 2
create new with alternate words
14 16/10/23 W.A.P to input a string and create a 2
new string with toggle case
15 26/10/23 W.A.P to input a string and display 3
the words
1.beigns with vowels
2.begins with capital letter
16 26/10/23 W.A.P to create a list dynamically 3
with n terms of Fibonacci series

17 2/11/23 W.A.P to input two integers a and b 4


and find all the prime numbers
between a and b

18 6/11/23 W.A.P to create a list and find the 4


maximum number without using
max()
19 9/11/23 W.A.P to convert decimal number 5
to binary
20 20/11/23 W.A.P to input rollno,name,marks 5
of PCM and show
1.display all the rollno,name and
total marks of everyone
2.display the name of the topper.
3.display all the data of the students
name starting with P.
21 30/11/23 W.A.P to input a tuple and find the 6
highest number without using max()
22 30/11/23 W.A.P to create a tuple with 6
data(empid,empname,
empsalary)find and display
1.data of employee with salary>20k
2.data of employee whose name
starts with "B" 3.name of
the employee getting highest salary
23 07/12/2023 write a menu driven program to 7
create a dictionary and perform
following functions:
1.creation of a list 2.subjectwise
topper 3.overall topper
INDEX
4.distinction 5.failed
students

You might also like