Problem Set 0
What to Do
Submit this form.
Visit this link, log in with your GitHub account, and click Authorize CS50.
Check the box indicating that you’d like to grant course staff access to your submission, and click Join course.
Log into cs50.dev, which is a cloud-based version of Visual Studio Code (VS Code) that provides you with your very own “codespace” with everything that you need for the course pre-installed. No need to download and install VS Code or Python on your own Mac or PC! If not already familiar, be sure to watch the Visual Studio Code for CS50 Short for a full overview.
Once your codespace has loaded, close any Welcome tabs that might have opened by default
Execute
update50in your codespace’s terminal window to ensure that your codespace is up-to-date; if prompted, click Rebuild now.Submit all of the problems below:
When to Do It
Problems
- Einstein - CS50’s Introduction to Programming with Python
- Making Faces - CS50’s Introduction to Programming with Python
- Indoor Voice - CS50’s Introduction to Programming with Python
- Playback Speed - CS50’s Introduction to Programming with Python
- Tip Calculator - CS50’s Introduction to Programming with Python