Contenido del Curso
Python Functions Tutorial
Python Functions Tutorial
Challenge: Optional Arguments
In the previous chapter, you learned how to use optional arguments. Now, let's apply your new skills in practice.
Tarea
- Set the arguments
name
andgreeting
for the function. - Set a default value for the
greeting
argument. - Run the
greet
function by passing only the positional argument during execution, and leave the optional argument as its default.
¡Gracias por tus comentarios!
Challenge: Optional Arguments
In the previous chapter, you learned how to use optional arguments. Now, let's apply your new skills in practice.
Tarea
- Set the arguments
name
andgreeting
for the function. - Set a default value for the
greeting
argument. - Run the
greet
function by passing only the positional argument during execution, and leave the optional argument as its default.
¡Gracias por tus comentarios!
Challenge: Optional Arguments
In the previous chapter, you learned how to use optional arguments. Now, let's apply your new skills in practice.
Tarea
- Set the arguments
name
andgreeting
for the function. - Set a default value for the
greeting
argument. - Run the
greet
function by passing only the positional argument during execution, and leave the optional argument as its default.
¡Gracias por tus comentarios!
In the previous chapter, you learned how to use optional arguments. Now, let's apply your new skills in practice.
Tarea
- Set the arguments
name
andgreeting
for the function. - Set a default value for the
greeting
argument. - Run the
greet
function by passing only the positional argument during execution, and leave the optional argument as its default.