We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
INDEX
1 Write a program that generates three
random numbers in a sequence created with (start, stop, step). Then print the mean, median and mode of the generated numbers. 2 Write a python program to build a library. 3 Write a program to make a function which has list or tuple used in it. (Program that Generates a series using a function which takes first and last values of the series and then generates four terms that are equidistant) 4 Write a program that generate Hollow square pattern. 5 Write a program to make a nested function. 6 Write a program which calls function inside a function. (Calling a function inside a function) 7 Write a Menu based program 8 Write a Python program that creates a tuple storing first 9 terms of Fibonacci series.(Using loop function)