2 write a first python program to print("kvsv",a). 3 write a python program to add two numbers. 4 write a python program to find greater number . 5 write a python program to find greatest of three. 6 write a python program to find number is even or odd. 7 write a python program to print series 1-10 . 8 write python program to print sum of series (1-10). 9 write a python program to print faboncci series . 10 write a python program to accept input a string and print its reverse . 11 write a python program to slice string . 12 write a python program to check string is prallandrome or not . 13 write a python program to print fectorial of given number . 14 write a function to print area of rectange,tringle,circle,square . write a function to calculate the simple intrest take principal amount rate of inrest 15 and time as a perameter . 16 write a function to print patterns of star tringle ractangle . w.a.f.Count and display the number of vowels, consonants, uppercase, lowercase 17 characters in string. 18 w.a.f. Find the largest/smallest number in a list/tuple. w.a.f.Input a list of numbers and swap elements at the even location with the 19 elements at the odd location. 20 w.a.f. Input a list/tuple of elements, search for a given element in the list/tuple w.a.f. Create a dictionary with the roll number, name and marks of n students in a 21 class and display the names of students who have marks above 75. 22 write a python program to traveshing a list and find the element is exist or not . 23 write a python function to find the number of character in string. 24 write a python function to find the number of words in string . 25 write a python function to add two strings. 26 write a python function to find a element in list. 27 write a python function to print list in reverse order . write a python function to enter a dictionary by user and perform all five function on 28 dictionary . 29 write a python function to add two dictionary . 30 write a python functionto perform slicing of list .