mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
fix(curriculum): fix typo of review-python-basics (#64269)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
@@ -18,7 +18,7 @@ dashedName: review-python-basics
|
||||
|
||||
## Variables
|
||||
|
||||
- **Declaring Variables**: To declare a variable, you start with the variable name followed by the assignment operator (`=`) and then the data type. This can be a number, string, boolean, etc. Here are some examples:
|
||||
- **Declaring Variables**: To declare a variable, you start with the variable name followed by the assignment operator (`=`) and then the value. This can be a number, string, boolean, etc. Here are some examples:
|
||||
|
||||
```py
|
||||
name = 'John Doe'
|
||||
|
||||
@@ -18,7 +18,7 @@ dashedName: review-python
|
||||
|
||||
## Variables
|
||||
|
||||
- **Declaring Variables**: To declare a variable, you start with the variable name followed by the assignment operator (`=`) and then the data type. This can be a number, string, boolean, etc. Here are some examples:
|
||||
- **Declaring Variables**: To declare a variable, you start with the variable name followed by the assignment operator (`=`) and then the value. This can be a number, string, boolean, etc. Here are some examples:
|
||||
|
||||
```py
|
||||
name = 'John Doe'
|
||||
|
||||
Reference in New Issue
Block a user