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