Skip to content

Commit 09120d3

Browse files
authored
Update Tutorial 1.md
1 parent 1bb5d48 commit 09120d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Tutorial 1.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22

33
## Variables
44

5-
Write a string.
5+
Write a string (This can be any combination of letters).
66

77
```python
88
Hello
99
```
1010

11-
Then add an equal sign.
11+
Then add a space and an equal sign.
1212

1313
```python
1414
Hello =
1515
```
1616

17-
After that put an integer or a string.
17+
If you want an integer, add a space and put a number.
1818

1919
```python
2020
Hello = 1
2121
```
2222

23-
If you want to do a string, put the string in between a pair of quotation marks
23+
If you want a string, put the string in between a pair of quotation marks
2424

2525
```python
2626
Hello = "Variable"

0 commit comments

Comments
 (0)