Brenda Anderson

Results 4 issues of Brenda Anderson

`style50` will complain about a long line length (around the 110 char threshold), but there is no mention in the Style Guide about line lengths. Can we update the style...

enhancement

For example, in the Filter problem, the full results web page always showed the entire results This allows the student to see all the values and get a better grasp...

enhancement
4.x

Currently, if a student's code crashes in check50: ``` :( lines.py yields 2058 given 2058 lines of code in an open-source library file expected: "2058" actual: "Traceback ..." ``` It...

enhancement
4.x

In the Half lab, despite printing the correct output, all the checks (`cs50/labs/2023/x/half`) now fail. Here with the full print statement as given in the distro code [results link](https://submit.cs50.io/check50/5a723516879ce1e74a6f51f6f89d5011ab0a7609): ```...