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
Consider the following function, which features a parameter that has a default value:
deffoobar(name, surname='Smith'):
""" This is an example. :type name: str :type surname: str :param name: The name of the user. :param surname: The surname of the user. """