From dfc2e0648a77b35b7ba8231c8b7b3112bff7624c Mon Sep 17 00:00:00 2001 From: Rajnish Kumar Date: Thu, 3 Oct 2024 20:04:25 +0530 Subject: [PATCH] helloindia.py --- Python/helloindia.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Python/helloindia.py diff --git a/Python/helloindia.py b/Python/helloindia.py new file mode 100644 index 00000000..2ee55649 --- /dev/null +++ b/Python/helloindia.py @@ -0,0 +1,7 @@ +i = 'Raj' + +def helloindia(): + if i == 'Raj': + print("Hello India! from Rajnish") + +helloindia()