1. Write a program and create a function?
2. Write a program to create a function to find the Max of three numbers.
3. Write a program to create a function to calculate the factorial of a number
4. How to access function?
5. Write a program to create function to create and print a list where the values are squares of numbers between 1 and 20
6. Write a program to create a function to find even number?
7. Write a program to create a function and execute a string containing Python code.
8. Write a program How to remove a function?
9. Write a program to create a function to find the odd numbers?
10. Write a program to create a function to reverse the array?
1. What is a function?
2. What is docstring?
3. What is def?
4. What is args for example?
5. What is kwargs? example
6. What is the data type of argument? example
7. What is a parameter?
8. How to call function?
9. What is the keyword argument in the function?
10. How to access docstring