Functions Quiz

Complete this assessment with 100% score to master this chapter.

01Which keyword is used to define a function in Python?

02What does a function return when it has no 'return' statement?

03What is the purpose of *args in a function definition?

04What is a lambda function?

05What is a closure in Python?