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 diff --git a/nums.py b/nums.py index 71c8f9c..3c34363 100644 --- a/nums.py +++ b/nums.py @@ -1,7 +1,10 @@ a = 20 -b = 35 +b = 100 # do something here +temp = a +a = b +b = temp print("our a is now equal to: ", a)