Index

You might also like

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

INDEX

S.no Date Title Page.no Teacher


remarks
11 5/10/23 W.A.P to check whether a given string is a 1
palindrome
12 5/10/23 W.A.P to input a string and reverse each word and 2
create
new string
13 9/10/23 W.A.P to input two string and create new with 3
alternate words
14 16/10/23 W.A.P to input a string and create a new string 4
with toggle case
15 26/10/23 W.A.P to input a string and display the words 5
1.beigns with vowels
2.begins with capital letter
16 26/10/23 W.A.P to create a list dynamically with n terms of 6
Fibonacci series

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


the prime numbers between a and b

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


number without using max()
19 9/11/23 W.A.P to convert decimal number to binary 9
20 20/11/23 W.A.P to input rollno,name,marks of PCM and 10
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 highest 12
number without using max()
22 30/11/23 W.A.P to create a tuple with 13
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/23 write a menu driven program to create a 14
dictionary and perform following
functions: 1.creation of a list
2.subjectwise topper 3.overall topper
4.distinction 5.failed students

You might also like