I have a function
def my_function(arg1, arg2): c = arg1+arg2 return c
This function "my_function" is being called inside my