In Python, which of the following is NOT an essential component when defining a function?
Keyword 'def'
Semicolon (;)
Parameter list
Function name

Computing Exercises are loading ...