This commit is contained in:
yhydev
2025-12-07 15:35:29 +08:00
parent 73c81476e2
commit 9d23446d4e

View File

@@ -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()