Problem Set 6
Collaboration on problem sets is not permitted except to the extent that you may ask classmates and others for help so long as that help does not reduce to another doing your work for you, per the course’s policy on academic honesty.
The staff conducts random audits of submissions to CS50x. Students found to be in violation of this policy will be removed from the course. Students who have already completed CS50x, if found to be in violation, will have their CS50 Certificate permanently revoked.
What to Do
- Log into cs50.dev using your GitHub account
- Run
update50
in your codespace’s terminal window to ensure your codespace is up-to-date. - Submit Hello in Python
- Submit one of:
- this version of Mario in Python, if feeling less comfortable
- this version of Mario in Python, if feeling more comfortable
- Submit one of:
- Submit Readability in Python
- Submit DNA in Python
If you submit both versions of Mario, we’ll record the higher of your two scores. If you submit both Cash and Credit, we’ll record the higher of your two scores.
When to Do It
Advice
- Try out any of David’s programs from Week 6.
Academic Honesty
- For Hello, Mario, Cash, Credit, and Readability, it is reasonable to look at your own implementations thereof in C and others’ implementations thereof in C.
- It is not reasonable to look at others’ implementations of the same in Python.
- Insofar as a goal of these problems is to teach you how to teach yourself a new language, keep in mind that these acts are not only reasonable, per the syllabus, but encouraged toward that end:
- Incorporating a few lines of code that you find online or elsewhere into your own code, provided that those lines are not themselves solutions to assigned problems and that you cite the lines’ origins.
- Turning to the web or elsewhere for instruction beyond the course’s own, for references, and for solutions to technical difficulties, but not for outright solutions to problem set’s problems or your own final project.