diff --git a/test.py b/test.py index 88a3fba..10f5c17 100644 --- a/test.py +++ b/test.py @@ -19,6 +19,7 @@ def task_a(): def explain_flows(): print("run any python code here!") print("encapsulate that business logic!") + task_a() if __name__ == "__main__": explain_flows() \ No newline at end of file