From ffdb30fca394278d70922138d53d6d8ef5a1dfc1 Mon Sep 17 00:00:00 2001 From: heeshala Date: Wed, 23 Oct 2019 20:22:21 +0530 Subject: [PATCH] Add python code --- python/helloworld.py | 2 ++ 1 file changed, 2 insertions(+) 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