there is any way to salve information a python function in diferrent calls code example
Example: how to save a function in python
def function_name(inputs):
"your function code here"
def function_name(inputs):
"your function code here"