def square(x): return x * x square(5, x=4) # [redundant-keyword-arg]