Exam 98-381: Introduction to Programming Using Python/Document and Structure Code
This lesson covers code documentation and function definitions.[1]
Readings
editActivities
editDocument code segments using comments and documentation strings
editUse indentation, white space, comments, and documentation strings; generate documentation by using pydoc
Construct and analyze code segments that include function definitions
editCall signatures; default values; return; def; pass