78
I see *args and **kwargs in Python function definitions but I don't understand what they mean.
def my_function(*args, **kwargs):
passCan someone explain with examples?
I see *args and **kwargs in Python function definitions but I don't understand what they mean.
def my_function(*args, **kwargs):
passCan someone explain with examples?
Be the first to help solve this problem!
Login to share your knowledge and help other students.
Login to Post a Solution