Test Your Knowledge: Quiz

 

 
  1. What is the point of coding functions?
  2. At what time does Python create a function?
  3. What does a function return if it has no return statement in it?
  4. When does the code nested inside the function definition statement run?
  5. What’s wrong with checking the types of objects passed into a function?