diff --git a/Programs/P01_hello.py b/Programs/P01_hello.py index 5754bc3..96fa755 100644 --- a/Programs/P01_hello.py +++ b/Programs/P01_hello.py @@ -6,4 +6,4 @@ def justPrint(text): print(text) if __name__ == '__main__': - justPrint('Hello') + justPrint('Hello Sindhu')