To define a function, use the keyword def at the start of the function block.
Modularity is the ability to write code in separate components that work together. Modularity allows data professionals to reuse code for other programs.
Data professionals use comments for their Python code to provide helpful explanations, outline the steps of a process, and document their work for teammates.
A data professional wants to define their own Python function. What keyword should they use at the start of the function block?
How confident are you in this answer?