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()