Project: Hello World

Python

Due end of Week 2

This assignment is completed through the class GitHub repo. You should have linked to the class GitHub repo via the link from the professor. If you have not done so, please do so now.

See the instructions for connecting to the GitHub Classroom

Once you are connected, you can access the assignment repo.

Directions

This is a simple hello world assignment. Hello worlds are simple assignments meant to introduce you to the platform and the process of submitting your code. They indicate that you have set up the environment successfully and are ready to start coding.

Below, all you need to do is print “Hello World” to the console, using the Python programming language in a code cell. Typically, “hello world” is all you need, but any string is acceptable (as long as it is appropriate).