Closed jackhwl closed 9 years ago
The first statement of a function can be an optional statement - the documentation string of the function or docstring.
instead of def process():
should be def process(): "evaluate each statement to find the largest number."
the documentation string should indent
The first statement of a function can be an optional statement - the documentation string of the function or docstring.
instead of def process():
evaluate each statement to find the largest number.
should be def process(): "evaluate each statement to find the largest number."