Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update the weekly content to match the latest version of syllabus
  • Loading branch information
lnugraha authored May 13, 2023
1 parent 6c31e29 commit 32041cd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ planetName = "Mars"; planetWeight = 175.26
print(f"The weight on {planetName}: {planetWeight}")
```

## Functions with Parameters (Week 4: May 19, 2023) ##
## Graphics (Week 4: May 19, 2023) ##

### Functions with Parameters ###
<details>
<summary> 1. <b>Single</b> Output Return </summary>

Expand All @@ -140,7 +142,7 @@ def multi_output_function(input_1, input_2):
```
</details>

## Graphics and Image Processing (Week 5: May 26, 2023) ##
## Animation (Week 5: May 26, 2023) ##

- Coming Soon

Expand Down

0 comments on commit 32041cd

Please sign in to comment.