From 751b2606d62afc569b2f93013b464e14348cec39 Mon Sep 17 00:00:00 2001 From: Asra Naseem <39022476+asra-naseem@users.noreply.github.com> Date: Mon, 18 Sep 2023 12:39:47 -0600 Subject: [PATCH] printing "__name__" --- start_execution.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_execution.py b/start_execution.py index 440046e..3162237 100644 --- a/start_execution.py +++ b/start_execution.py @@ -36,7 +36,7 @@ from control_strategy_C import control_strategy_C #================================================ -print("Line 39") +print("Line 39:");print(__name__) if __name__ == '__main__': #print