pointOfive / STA130_F23

Python/JupyterHub implementation of this UofT classic
10 stars 14 forks source link

Minor fixes for HW6 #26

Closed lucieyang1 closed 10 months ago

lucieyang1 commented 10 months ago

Mostly just spelling/punctuation

lucieyang1 commented 10 months ago

I found the homework to be a bit on the lengthier side due to the hints, but I think it is still doable within 2 hours.

I noticed there's comments in the solution code for Q14, Q17, and Q18, that I assume are intended to be read by the student? But it seems like in the assertion error, only the bottom few lines of the code show. This should probably be changed if that is the intention. Also, since it seems like the answers for those questions can be different based on the pseudorandomness of different correct approaches (based on my understanding of the code's comments), it might be a good idea to make the MarkUs test somehow account for a range of different answers?