Programming Pandit

c/c++/c#/Javav/Python


Latest Update

Python programming Series 08 by G Krishna Chauhan

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




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