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