Skip to content

CriticalD20/Hello-world

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 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.

  1. Create your Github account.
  2. Fork this repository to your own account (don't worry about cloning anything -- yet.)
  3. 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).
  4. 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.
  5. Issue a pull request to submit your code.
  6. Your code will be subjected to a rudimentary automatic test and will be accepted or rejected.
  7. 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!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 52.2%
  • Python 47.8%