Skip to content

Commit 0c9d17c

Browse files
authored
Update Variables.md
1 parent 005b1a7 commit 0c9d17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tutorials/Variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you want an integer, add a space and put a number.
1818
Hello = 1
1919
```
2020

21-
If you want a string, put the string in between a pair of quotation marks
21+
If you want a string, put the string in between a pair of quotation marks.
2222

2323
```python
2424
Hello = "Variable"

0 commit comments

Comments
 (0)