Write three one-line statements/expressions that fill in the blanks and complete the docstring/code based on the examples from the docstring.
Example: python function docstring
def functionName():
"""
This is a function docstring
"""
def functionName():
"""
This is a function docstring
"""