Exam 98-381: Introduction to Programming Using Python/Document and Structure Code

This lesson covers code documentation and function definitions.[1]

Readings edit

Activities edit

Document code segments using comments and documentation strings edit

Use indentation, white space, comments, and documentation strings; generate documentation by using pydoc


https://www.programiz.com/python-programming/docstrings

Construct and analyze code segments that include function definitions edit

Call signatures; default values; return; def; pass

See Also edit

References edit