We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99290cd commit 1acec4cCopy full SHA for 1acec4c
website/content/02-introduction-to-python/060-functions/50-exercise.md
@@ -8,7 +8,7 @@ pre: "<b>⭐️ </b>"
8
9
## Functions
10
11
-Let's try creating a basic function. Use tab to intent the second line, and press enter on an empty line to finish the function.
+Let's try creating a basic function. Use tab to indent the second line, and press enter on an empty line to finish the function.
12
13
```python
14
>>> def add_numbers(x, y):
0 commit comments