diff --git a/hello.py b/hello.py index d0e1a8a..1aa3a2e 100644 --- a/hello.py +++ b/hello.py @@ -1,7 +1,7 @@ -def func (: - print(hello) +def func: + print("hello") func() -prin("hehe") +print("hehe")