diff --git a/hello.py b/hello.py index 1a1b2f7..43ee56e 100644 --- a/hello.py +++ b/hello.py @@ -1,4 +1 @@ -def print1(): - print("hello good sir") - -print1() \ No newline at end of file +print(hello good sir)