Skip to content

Commit f8a2152

Browse files
authored
Update Variables.md
1 parent 2e5d5a1 commit f8a2152

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Tutorials/Variables.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,14 @@ If you want a string, put the string in between a pair of quotation marks.
2323
```python
2424
Hello = "Variable"
2525
```
26+
27+
## Examples
28+
29+
### Example 1:
30+
```python
31+
dollars = 100
32+
```
33+
### Example 2:
34+
```python
35+
dollars = "none"
36+
```

0 commit comments

Comments
 (0)