diff --git a/python/hello.py b/python/hello.py index 76a71da..9fdb280 100644 --- a/python/hello.py +++ b/python/hello.py @@ -1,2 +1,4 @@ -print("hello") -print(3+4) +print("Hello and Welcome all !!") +a = 10 +b = 20 +print("Sum is : ", a+b)