diff --git a/python/helloworld.py b/python/helloworld.py index ad35e5a..0fae0c9 100644 --- a/python/helloworld.py +++ b/python/helloworld.py @@ -1 +1,3 @@ print("Hello World") +print("This is a Sample Python Code") +print("This is used to print a statement") \ No newline at end of file