From 86b5d218b7ceaa4eab6c0e714214882c10cbe9fd Mon Sep 17 00:00:00 2001 From: tauseef-a <40712942+tauseef-a@users.noreply.github.com> Date: Thu, 23 Sep 2021 19:38:04 +0530 Subject: [PATCH] Updated logic --- scripts/hello_world.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/hello_world.py b/scripts/hello_world.py index 41051bf..4bb5243 100644 --- a/scripts/hello_world.py +++ b/scripts/hello_world.py @@ -12,6 +12,8 @@ def MyFunction(): """This is a user defined function""" print "Hello World" + if ("1" == "2") + print "Equal" return