Skip to content

Commit ffd2cb0

Browse files
committed
Fixed indentation
1 parent 49766f0 commit ffd2cb0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

curriculum/01-foundations/04-variables.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ In Python, the community standard is called **snake_case** (all lowercase with u
5656
### 🏆 The Ledger Challenge: The Character Sheet
5757
Let's use variables to build a mini "Character Sheet" for your coding journey.
5858

59-
**Task:** 1. Create a variable called `coder_name` and set it to your name.
59+
**Task:**
60+
1. Create a variable called `coder_name` and set it to your name.
6061
2. Create a variable called `coding_level` and set it to `1`.
6162
3. Create a variable called `favorite_language` and set it to `"Python"`.
6263
4. Use a single `print()` statement (or multiple!) to show your stats.

0 commit comments

Comments
 (0)