INDEX
S. NO DATE TITLE PAGE NO
1 To calculate the simple interest
2 To calculate the length of a list
3 To calculate the sum of all elements in a list
4 To search an element in a list
5 To calculate the largest of three numbers
6 To calculate the sum of even numbers
7 To calculate the largest value in the list and it's position
8 To calculate the smallest value in the list and it's position
9 To reverse the given list
10(a) To capitalise a string
10(b) To calculate the no. of times a character is repeated
10(c) To convert an entire string into lowercase
10(d) To convert an entire string into uppercase
10(e) To join two strings
11 To add and remove an item and find the repeated item in a tuple
12 To print fourth and fifth element and reverse the tuple
13 To check whether an element exists and print its position
14 To accept a sentence and calculate the number of letters and digits
15 To calculate the sum of all items
16 To increment functions without arguments
17 To increment functions with arguments
18 To create a text file to store individual character
19 To read characters from a text file
20 To read all strings from a text file and display them
21 To calculate fibonacci sequence
22 To view the nth fibonacci number
23 To sort given numbers using bubble sort
24 To create a diamond pattern
25 To calculate area and volume of cube and sphere