#Hello, world!
The purpose of this challenge is to use Git and Github to create and submit a trivial Python program.
- Create your Github account.
- Fork this repository to your own account (don't worry about cloning anything -- yet.)
- Test your code by pasting the Github URL of your
helloworld.pyfile in to the URL window at runpython.com, then pressloadand>(it shouldn't do anything yet). - Press the
loginbutton at runpython.com go connect with Github. You can now edit your version ofhelloworld.py. Add your code at the bottom of the file (after the#comments). Presscommitto save/commit your edits to Github. Verify that your version ofhelloworld.pyon Github is being updated correctly. - Issue a pull request to submit your code.
- Your code will be subjected to a rudimentary automatic test and will be accepted or rejected.
- If you need to make any changes, close the first pull request and submit a new one when you're ready.
##Assignment
Write and submit a Python program that prints the following (Note: your program must produce output that matches exactly!):
Hello, world!