The first section should provide the introduction of the article you are writing. Explain minimum 3 to 4 lines what functions you are using and what each function does to fulfill the title. Use the keyphrase in the first paragraph.

If needed extend the explanation to the second paragram with 3 to 4 lines.

1. Quick Example of <Template to Write>

When you are explaining the topic with multiple examples, I prefer to put all examples here without output. For this section, use text like. Following are quick examples.


# Quick examples

# Example1 - describe scenario
## Add example

# Example 2 - describe scenario
## Add example

2. Usage of function

Explain what is the function

2.1 Syntax of <function()>

Following is the syntax of the function


# Syntax of function()
## function1(parameter1, parameter2)

2.2 Parameters (Use H3 heading)

  • parameter1 – Explain parameter1
  • parameter2 – Explain parameter2

2.3 Return (Use H3 heading)

Explain what function returns

3. Scenario 1

4. Scenario 2

5. Conclusion

As a conclusion explain what you have covered