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

From Wikiversity
Jump to navigation Jump to search

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

Readings

[edit | edit source]

Activities

[edit | edit source]

Document code segments using comments and documentation strings

[edit | edit source]

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 | edit source]

Call signatures; default values; return; def; pass

See Also

[edit | edit source]

References

[edit | edit source]