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 6aa92b8 commit 74c52a6Copy full SHA for 74c52a6
docs/python/python-variables.md
@@ -91,7 +91,7 @@ def = 30 # 'def' is a keyword
91
Python variables can hold different types of data:
92
93
94
- <img src="./assets/data-type.png" alt='data-type table'>
+ <img src="./assets/data-type.png" alt="data-type table" />
95
96
### 6. Type Checking with `type()`
97
@@ -237,4 +237,4 @@ Items: ['pen', 'notebook']
237
* Covers both global and local variables
238
* Explains `del`, `global`, and `id()` functions
239
* Includes formatted tables and output blocks
240
-* Beginner-friendly explanation with examples
+* Beginner-friendly explanation with examples
0 commit comments