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

INDEX

S.N TOPIC SIGN


O
1 WAP to enter a no. & display the double of nos. till
that number
2 WAP to enter 2 nos. & check whether the nos. are
equal, greater or smaller
3 WAP to display the table of a number using for loop
and while loop
4 WAP to check whether the no. is a Buzz no. or not

5 Display all nos. which are multiple of 17, but not


the multiple of 5, between 2000 & 2500.
6 WAP to print the first 2 & last 3 Characters in a
given string using string slicing
7 Write a program that Eliminates duplicates in a list.

8 Find the largest of n nos, using a user define


function largest()
9 Write a function that capitalizes all vowels in a
string.
10 Write a Program to give the count of digits and
letters, of a string entered by the user
11 Write a function myReversel() which takes string as
an input and reutrns the reverse of the string
12 Display squares & cubes of all odd no. by taking
lower limit & upper limit values
13 WAP to sort (ascending and descending) a

You might also like