Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

added my name #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
### Add your name here
April Chi
5 changes: 4 additions & 1 deletion nums.py
Original file line number Diff line number Diff line change
@@ -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)
Expand Down