What do you mean by function. Mention the advantages of using function in program | |
2. | Explain various ways of calling functions with suitable example. |
3. | Write short note on Modules in python |
4. | What is lambda function? Explain it with proper syntax. |
5. | Write a python program using function to compute addition, subtraction , multiplication ,division and average of two user entered numbers. |
6. | Write a python program using function to compute area of triangle, square, circle and rectangle |
7. | Compare Global & Local Variables. |
8. | State good programming practices. |
9. | Write short note on: Lambda function or anonymous function. |
10. | Justify the statement- strings are immutable. |
11. | Explain ord() and chr() functions. |
12. | Explain the syntax of function call with suitable example. |