Contenido del Curso
Python Functions Tutorial
Python Functions Tutorial
Challenge: Optional Arguments
Swipe to show code editor
- 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
Swipe to show code editor
- 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
Swipe to show code editor
- 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!
Swipe to show code editor
- 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.