Skip to content

Commit 74c52a6

Browse files
Update python-variables.md with closing
1 parent 6aa92b8 commit 74c52a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/python/python-variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def = 30 # 'def' is a keyword
9191
Python variables can hold different types of data:
9292

9393

94-
<img src="./assets/data-type.png" alt='data-type table'>
94+
<img src="./assets/data-type.png" alt="data-type table" />
9595

9696
### 6. Type Checking with `type()`
9797

@@ -237,4 +237,4 @@ Items: ['pen', 'notebook']
237237
* Covers both global and local variables
238238
* Explains `del`, `global`, and `id()` functions
239239
* Includes formatted tables and output blocks
240-
* Beginner-friendly explanation with examples
240+
* Beginner-friendly explanation with examples

0 commit comments

Comments
 (0)