From c7108afbb76a777aaba7e9bb40426167b00c68ec Mon Sep 17 00:00:00 2001 From: GunvantGMC <45457183+GunvantGMC@users.noreply.github.com> Date: Thu, 14 May 2020 22:33:37 +0530 Subject: [PATCH 1/4] Update variables.md --- basics/variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics/variables.md b/basics/variables.md index 4b9c25b..d3612f6 100644 --- a/basics/variables.md +++ b/basics/variables.md @@ -16,7 +16,7 @@ Variables are easy to understand. They simply **point to values**. Let's draw a diagram of these variables. -![Variable diagram](../images/variables1.png) +![](https://raw.githubusercontent.com/shubham8550/python-tutorial/master/images/variables1.png) We can also change the value of a variable after setting it. From 34d56cfda894146e3d5aa4df9bae3a5d2f5b00a4 Mon Sep 17 00:00:00 2001 From: GunvantGMC <45457183+GunvantGMC@users.noreply.github.com> Date: Thu, 14 May 2020 22:34:38 +0530 Subject: [PATCH 2/4] Update variables.md --- basics/variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics/variables.md b/basics/variables.md index d3612f6..1e130a4 100644 --- a/basics/variables.md +++ b/basics/variables.md @@ -29,7 +29,7 @@ We can also change the value of a variable after setting it. So now our diagram looks like this: -![Variable diagram](../images/variables2.png) +![](https://raw.githubusercontent.com/shubham8550/python-tutorial/master/images/variables2.png) Setting a variable to another variable gets the value of the other variable and sets the first variable to point to that value. From 55c74d9f29b0ddbb38d20cac6bec107de47477ae Mon Sep 17 00:00:00 2001 From: GunvantGMC <45457183+GunvantGMC@users.noreply.github.com> Date: Thu, 14 May 2020 22:37:17 +0530 Subject: [PATCH 3/4] Update variables.md --- basics/variables.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/basics/variables.md b/basics/variables.md index 1e130a4..57342d8 100644 --- a/basics/variables.md +++ b/basics/variables.md @@ -300,13 +300,5 @@ what you are doing. We'll learn more about it later. *** -If you have trouble with this tutorial please [tell me about -it](../contact-me.md) and I'll make this tutorial better. If you -like this tutorial, please [give it a -star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial). +If you have trouble with this tutorial please report us. -You may use this tutorial freely at your own risk. See -[LICENSE](../LICENSE). - -[Previous](the-way-of-the-program.md) | [Next](using-functions.md) | -[List of contents](../README.md#basics) From 7c5ebb2c95ce7c5df71bd1bb28397d2e2936d949 Mon Sep 17 00:00:00 2001 From: GunvantGMC <45457183+GunvantGMC@users.noreply.github.com> Date: Thu, 14 May 2020 22:41:18 +0530 Subject: [PATCH 4/4] Update variables.md --- basics/variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics/variables.md b/basics/variables.md index 57342d8..d3426b5 100644 --- a/basics/variables.md +++ b/basics/variables.md @@ -299,6 +299,6 @@ what you are doing. We'll learn more about it later. `NoneType object` they mean None. *** - + If you have trouble with this tutorial please report us.