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

Skip to content

Commit 34d56cf

Browse files
authored
Update variables.md
1 parent c7108af commit 34d56cf

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
@@ -29,7 +29,7 @@ We can also change the value of a variable after setting it.
2929

3030
So now our diagram looks like this:
3131

32-
![Variable diagram](../images/variables2.png)
32+
![](https://raw.githubusercontent.com/shubham8550/python-tutorial/master/images/variables2.png)
3333

3434
Setting a variable to another variable gets the value of the other
3535
variable and sets the first variable to point to that value.

0 commit comments

Comments
 (0)
0