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