Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jacobrobertsbaca authored Jan 27, 2025
1 parent 109fd4f commit 57f5f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assign2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ From here please implement the function `get_match` to find your “one true mat
>
> Gets your “one true match” from the queue of all possible matches. This can be determined as you see fit; choose some method of acquiring one student from the queue, ideally something with a bit more thought than a single `pop()`, but it doesn’t have to be particularly complicated! Consider random values or other methods of selection.
>
> If your initials have no matches in the dataset, print `“NO STUDENT FOUND.”` Better luck next year 😢
> If your initials have no matches in the dataset, print `“NO MATCHES FOUND.”` Better luck next year 😢
Afterwards, answer the following question in `short_answer.txt`:
Expand Down

0 comments on commit 57f5f69

Please sign in to comment.