Session Ready
Exercise

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.

Instructions 1/2
undefined XP
  • 1
  • 2
  • Run help() on each of the 4 functions to view their docstrings.