Skip to content

Commit 2a04913

Browse files
authored
Variables
1 parent 78f87e3 commit 2a04913

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Tutorial 1

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Tutorial 1
2+
3+
## Variables
4+
5+
To do variables first write a word or a combination of charecters.
6+
7+
```python
8+
Hello
9+
```
10+
11+
Then add a space and an equal sign.
12+
13+
```python
14+
Hello =
15+
```
16+
17+
After that put an integer or a string.
18+
19+
```python
20+
Hello = 1
21+
```
22+

0 commit comments

Comments
 (0)