diff --git a/hello.py b/hello.py index d4fb0b0..e95a698 100644 --- a/hello.py +++ b/hello.py @@ -7,7 +7,7 @@ def hello(what): def say_what(): - return 'world' + return 'worldddddd' def main():