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