8000 Update variables.md · Akuli/python-tutorial@c7108af · GitHub
[go: up one dir, main page]

Skip to content

Commit c7108af

Browse files
authored
Update variables.md
1 parent 2d1b2f1 commit c7108af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basics/variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Variables are easy to understand. They simply **point to values**.
1616

1717
Let's draw a diagram of these variables.
1818

19-
![Variable diagram](../images/variables1.png)
19+
![](https://raw.githubusercontent.com/shubham8550/python-tutorial/master/images/variables1.png)
2020

2121
We can also change the value of a variable after setting it.
2222

0 commit comments

Comments
 (0)
0