diff --git a/hello.py b/hello.py index d0e1a8a..45c2403 100644 --- a/hello.py +++ b/hello.py @@ -1,5 +1,5 @@ def func (: - print(hello) + print("hello") func()