diff --git a/hello.py b/hello.py index d4fb0b0..8df6abc 100644 --- a/hello.py +++ b/hello.py @@ -5,10 +5,8 @@ def hello(what): print('Hello, {}!'.format(what)) - def say_what(): - return 'world' - + return 'world failing' def main(): hello(say_what())