The following statements call a function named show_data. Which of the statements passes arguments by position, and which passes keyword arguments?
a) show_data(name='Kathryn', age=25)
b) show_data('Kathryn', 25)
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.