Everybody has to do this exercise at least once. The idea is to get "Hello, World!" to display on the screen when
you run code.py
.
Run test.py
in your terminal and you should get passing test(s) if you added the appropriate content to your code.py
Run code.py
in your terminal and you should see appropriate results. In this case, the phrase "Hello, World!" should
appear on the screen.