Skip to content

Commit 448ed6e

Browse files
committed
Update assignment #1 and #2
1 parent 67e15e8 commit 448ed6e

2 files changed

Lines changed: 334 additions & 338 deletions

File tree

02_activities/assignments/assignment_1.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"🚨 **Please review our [Assignment Submission Guide](https://github.com/UofT-DSI/onboarding/blob/main/onboarding_documents/submissions.md)** 🚨 for detailed instructions on how to format, branch, and submit your work. Following these guidelines is crucial for your submissions to be evaluated correctly.\n",
1919
"\n",
2020
"### Submission Parameters:\n",
21-
"* Submission Due Date: `11:59 PM - Dec 2, 2024`\n",
21+
"* Submission Due Date: `11:59 PM - Feb 16, 2025`\n",
2222
"* The branch name for your repo should be: `assignment-1`\n",
2323
"* What to submit for this assignment:\n",
2424
" * This Jupyter Notebook (assignment_1.ipynb) should be populated and should be the only change in your pull request.\n",
@@ -60,7 +60,7 @@
6060
"metadata": {},
6161
"outputs": [],
6262
"source": [
63-
"# This is a function, which we will learn more about next week. For testing purposes, we will write our code in the function\n",
63+
"# For testing purposes, we will write our code in the function\n",
6464
"def anagram_checker(word_a, word_b):\n",
6565
" # Your code here\n",
6666
"\n",

0 commit comments

Comments
 (0)