Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…umentation

# Conflicts:
#	episodes/readable.md
  • Loading branch information
Joe-Heffer-Shef committed May 29, 2024
2 parents 59d31e3 + 2814d27 commit 62549a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions episodes/readable.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ A function contains code that defines the performance of an **action**. As with
A vague function name, such as `calc(a, b)` will be mysterious without any more explanation.
Name your functions using a **simple verb phrase** such as `calculate_area(width, height)` so it's easy to interpret their purpose.

::: group-tab

#### Python

```python
Expand Down

0 comments on commit 62549a7

Please sign in to comment.