LoslegenKostenlos loslegen

Identifying proper docstrings

We covered how to write fully-fledged docstrings. Before writing one of your own, this exercise will help you practice by having you identify a properly formatted docstring.

In this exercise, you'll be using the functions goldilocks(), rapunzel(), mary(), and sleeping_beauty() which have been loaded in your environment.

Diese Übung ist Teil des Kurses

Software Engineering Principles in Python

Kurs anzeigen

Interaktive Übung

Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.

# Run the help on all 4 functions
help(goldilocks)
____(rapunzel)
help(____)
____(____)
Code bearbeiten und ausführen