Sha256: 7193beb12b041aa9023df7ebb4ebf6f20257c7b216367dfb1198e29546d1961f

Contents?: true

Size: 1.28 KB

Versions: 56

Compression:

Stored size: 1.28 KB

Contents

# Hello World

The classical introductory exercise. Just say "Hello, World!".

["Hello, World!"](http://en.wikipedia.org/wiki/%22Hello,_world!%22_program) is
the traditional first program for beginning programming in a new language
or environment.

The objectives are simple:

- Write a function that returns the string "Hello, World!".
- Run the test suite and make sure that it succeeds.
- Submit your solution and check it at the website.

If everything goes well, you will be ready to fetch your first real exercise.

### Submitting Exercises

Note that, when trying to submit an exercise, make sure the solution is in the `exercism/python/<exerciseName>` directory.

For example, if you're submitting `bob.py` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/python/bob/bob.py`.


For more detailed information about running tests, code style and linting,
please see the [help page](http://exercism.io/languages/python).

## Source

This is an exercise to introduce users to using Exercism [http://en.wikipedia.org/wiki/%22Hello,_world!%22_program](http://en.wikipedia.org/wiki/%22Hello,_world!%22_program)

## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
trackler-2.2.1.53 tracks/python/exercises/hello-world/README.md
trackler-2.2.1.52 tracks/python/exercises/hello-world/README.md
trackler-2.2.1.51 tracks/python/exercises/hello-world/README.md
trackler-2.2.1.50 tracks/python/exercises/hello-world/README.md
trackler-2.2.1.49 tracks/python/exercises/hello-world/README.md
trackler-2.2.1.48 tracks/python/exercises/hello-world/README.md
trackler-2.2.1.47 tracks/python/exercises/hello-world/README.md
trackler-2.2.1.46 tracks/python/exercises/hello-world/README.md
trackler-2.2.1.45 tracks/python/exercises/hello-world/README.md
trackler-2.2.1.44 tracks/python/exercises/hello-world/README.md
trackler-2.2.1.43 tracks/python/exercises/hello-world/README.md
trackler-2.2.1.42 tracks/python/exercises/hello-world/README.md
trackler-2.2.1.41 tracks/python/exercises/hello-world/README.md
trackler-2.2.1.40 tracks/python/exercises/hello-world/README.md
trackler-2.2.1.39 tracks/python/exercises/hello-world/README.md
trackler-2.2.1.38 tracks/python/exercises/hello-world/README.md
trackler-2.2.1.37 tracks/python/exercises/hello-world/README.md
trackler-2.2.1.36 tracks/python/exercises/hello-world/README.md
trackler-2.2.1.35 tracks/python/exercises/hello-world/README.md
trackler-2.2.1.34 tracks/python/exercises/hello-world/README.md