From a3c3c06f8ff9f95159bf79f65ac0700b773a4223 Mon Sep 17 00:00:00 2001 From: tauseef-a <40712942+tauseef-a@users.noreply.github.com> Date: Tue, 28 Sep 2021 16:11:25 +0530 Subject: [PATCH] Update hello_world.py Added new code --- scripts/hello_world.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/hello_world.py b/scripts/hello_world.py index 48e7373..4301487 100644 --- a/scripts/hello_world.py +++ b/scripts/hello_world.py @@ -23,6 +23,9 @@ def Main(): myThread.start() # Starting a thread fp = open("def.txt") fp.close() + i=2/0 + i=i+1 + print(i) if __name__ == '__main__':