diff --git a/hello.py b/hello.py index d4fb0b0..4291ce3 100644 --- a/hello.py +++ b/hello.py @@ -2,7 +2,7 @@ import sys -def hello(what): +def hello(whaaat): print('Hello, {}!'.format(what))