Imagine you have a friend named Tom. He has recently started learning arguments in Python. His school teacher gave him a task on choosing wrong ways of calling a function. Help Tom complete the task. Select all the ways of calling a function that do NOT apply for this one:
def subtract(a, b):
return a - b
Mind that keyword arguments should follow the non-keyword. Also, an argument cannot be initialized twice.