init3
This commit is contained in:
1
test.py
1
test.py
@@ -19,6 +19,7 @@ def task_a():
|
|||||||
def explain_flows():
|
def explain_flows():
|
||||||
print("run any python code here!")
|
print("run any python code here!")
|
||||||
print("encapsulate that business logic!")
|
print("encapsulate that business logic!")
|
||||||
|
task_a()
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
explain_flows()
|
explain_flows()
|
||||||
Reference in New Issue
Block a user