Correct order

Report a typo

You are going to write a function and you want the documentation to look like this:

Desired document view

You have all the lines of code below. What is the correct order? Don't forget the indentation.

Reorder lines using drag or arrows. Adjust indentation with left buttons
                # a function which does something
              
                def my_function():
              
                return None
              
                """ Description of the module """
              
___

Create a free account to access the full topic