We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 005b1a7 commit 0c9d17cCopy full SHA for 0c9d17c
Tutorials/Variables.md
@@ -18,7 +18,7 @@ If you want an integer, add a space and put a number.
18
Hello = 1
19
```
20
21
-If you want a string, put the string in between a pair of quotation marks
+If you want a string, put the string in between a pair of quotation marks.
22
23
```python
24
Hello = "Variable"
0 commit comments