Skip to content

averywallis/Hello-world

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Hello, world!

The purpose of this challenge is to use Git and Github to create and submit a trivial Python program.

Use the following procedure for submitting all of your programs:

  1. Create your Github account.
  2. Fork this repository to your own account (don't worry about cloning anything -- yet.)
  3. Replace the section of the comment that says <your name here> with your name.
  4. Replace the section of the comment that says <list sources used, if any> with a list of any sources or people that provided assistance in your work. Replace with none if necessary.
  5. Test your code by pasting the Github URL of your helloworld.py file in to the URL window at runpython.com, then press load and > (it shouldn't do anything yet).
  6. Press the login button at runpython.com go connect with Github. You can now edit your version of helloworld.py. Add your code at the bottom of the file (after the # comments). Press commit to save/commit your edits to Github. Verify that your version of helloworld.py on Github is being updated correctly.
  7. Issue a pull request to submit your code.
  8. Your code will be subjected to a rudimentary automatic test and will be accepted or rejected. If your pull request fails (shows a big red x), click on the details link to see a log of the test that failed. In particular, check for messages near the very end of the log to understand what exactly failed.
  9. Continue to edit your code from runpython.com. Every time you commit a change the new code will be tested again.
  10. To see the status of your pull request from your Github account, visit the Pull requests link at the top of the Github page.
  11. As an alternative, you may close your pull request when it fails and create a new one when you are ready to submit again.

##Assignment

Write and submit a Python program that prints the following (Note: your program must produce output that matches exactly!):

Hello, world!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 53.7%
  • Python 46.3%