#in python, arguments can be used using keywords #the format is: def function(arg,kwarg='default'): return [arg,kwarg]