Sub: IT-21 Python Programming Submission Date : 15/11/2024
Q.1 a) Define Function? Explain types of functions in python with example.
b) Differentiate between Lists and Tuples. Q.2 a) what are the Built-in functions in Python. b) What is Module? Explain with suitable example? c) Write a function to find factorial(), Fibonacii() and Findsfactors() using menu driven program. Q.3 Write short notes on Following. i) Built-in methods of List, Dictionary, Tuple and Set Objects ii) Lambda Function iii) package in python iv) Iterator, Generator and Decorator