Initial commit
This commit is contained in:
6
label/infra/code/function_b.py
Normal file
6
label/infra/code/function_b.py
Normal file
@@ -0,0 +1,6 @@
|
||||
def execute(text):
|
||||
"""
|
||||
Function B - prints the received text parameter
|
||||
"""
|
||||
print(f"Function B received: {text}")
|
||||
return f"Function B processed: {text}"
|
||||
Reference in New Issue
Block a user