You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from PYTHON Functions: Exercise 6 ( https://www.w3schools.com/python/exercise.asp?filename=exercise_functions6 )
question:
If you do not know the number of keyword arguments that will be passed into your function, there is a prefix you can add in the function definition, which prefix?