Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Wow i'm stupid
No, why? Making it to work when called as
hello()
is one of requirements of this task.In the test case
test.assert_equals(hello(), "Hello, World!")
should maybe change to
test.assert_equals(hello(inp), "Hello, World!")
maybe?