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__':