Function Programs
As we know that Function is a collection of statements which is made to perform a specific task.
There are two type of functions
1. Built-In Functions.
2. User Defined Functions.
Here i am showing the two series A and B. Series A contain the Built-in ( Pre-Defined Porgrams) while series 8- B contain the User Defined Function.
As we know that every program can be created VIA function and there are various type of User Defined Functions, So in Series 8- B i am showing you the all types of functions VIA some Programs.
Programming Series 08 - A
- Write a program in python to display type conversion function.
- Write a program in python to display Input function.
- Write a program in python to display eval function.
- Write a program in python to display Min function.
- Write a program in python to display Max function.
- Write a program in python to display abs function.
- Write a program in python to display pow function.
- Write a program in python to display len function.
- Write a program in python to display Round function.
- Write a program in python to display Range function.
- Write a program in python to display HELP function.
Programming Series 08 - B
- Write a program in python to display User-defined Functions without argument and without return.
- Write a program in python to display User-defined Functions with argument and without return.
- Write a program in python to display User-defined Functions with argument and with return value.
- Write a program in python to display User-defined Functions with multiple return values.
- Write a program in python to display User-defined Functions with multiple return values.
- Write a program in python to display Positional Arguments.
- Write a program in python to display Default Arguments.
- Write a program in python to display Keyword Arguments.
- Write a program in python to display Recursive Function.
No comments:
Post a Comment