-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello-World just a bit over a newbie level? #430
Comments
You are not the first or only one that thinks that way. It should change in the future: exercism/problem-specifications#520 |
behrtam
added a commit
to behrtam/python
that referenced
this issue
Mar 15, 2017
behrtam
added a commit
that referenced
this issue
Mar 16, 2017
Thanks @behrtam! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just thinking a bit about the Hello-World exercise for Python and that it might be a bit above a complete newbie level. In order for a few of the tests to pass an if statement is needed to test the incoming value. While this is low level material, I recommend that maybe it be more simple to have the function simply return the "Hello, World!" string.
The text was updated successfully, but these errors were encountered: