3 lines
85 B
Python
3 lines
85 B
Python
def my_function(input):
|
|
return f"My utils function received this input: {input}"
|