Skip to content

Commit 864a742

Browse files
authored
Update Variables.md
1 parent ff074af commit 864a742

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Tutorials/Variables.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,14 @@ Hello = "Variable"
3333
```python
3434
dollars = 100
3535
```
36+
3637
### Example 2:
3738
```python
3839
dollars = "none"
3940
```
41+
42+
### Example 3:
43+
```python
44+
dollars = 1
45+
dollars += 1
46+
```

0 commit comments

Comments
 (0)