From a7ffce33cf5de66e6af159a8c53e7de537ec4638 Mon Sep 17 00:00:00 2001 From: April Date: Wed, 13 May 2020 00:10:14 +1000 Subject: [PATCH 1/3] swapped the numbers --- nums.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nums.py b/nums.py index 71c8f9c..7d11d6f 100644 --- a/nums.py +++ b/nums.py @@ -2,6 +2,9 @@ b = 35 # do something here +temp = a +a = b +b = temp print("our a is now equal to: ", a) From c2c5d55a2bd043bad87d2b73b193477aedd699ab Mon Sep 17 00:00:00 2001 From: April Date: Wed, 13 May 2020 00:36:46 +1000 Subject: [PATCH 2/3] changed b=100 --- nums.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nums.py b/nums.py index 7d11d6f..3c34363 100644 --- a/nums.py +++ b/nums.py @@ -1,5 +1,5 @@ a = 20 -b = 35 +b = 100 # do something here temp = a From a89063050f6e730901d6b8bc097a68ec8ba2e51e Mon Sep 17 00:00:00 2001 From: April Date: Wed, 13 May 2020 01:12:37 +1000 Subject: [PATCH 3/3] added my name april --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d06d8fe..5bd629c 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,5 @@ Please ensure you have the following set up before the event: [https://github.com/](https://github.com/) - Git installed on your device. For a detailed guide by our Technical Director @Angus Lee, click here: [https://cutt.ly/git-setup](https://cutt.ly/git-setup) -### Add your name here \ No newline at end of file +### Add your name here +April Chi \ No newline at end of file