Starter code for the Plus Weather project.
- Implement the methods in
weather.py
. - Verify that everything works as intended by running the tests from the command line with
python -m unittest tests/*.py
or by running tests directly in VS Code.
To start a guided code tour, you can follow these steps:
- Expand the CodeTour section in the bottom left of the main code editor page.
- Right click on the Project Walkthrough tour.
- Click on Start Tour.