Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge: Optional Arguments | Positional and Optional Arguments
Python Functions Tutorial

Challenge: Optional ArgumentsChallenge: Optional Arguments

In the previous chapter, you learned how to use optional arguments. Now, let's apply your new skills in practice.

Завдання

  1. Set the arguments name and greeting for the function.
  2. Set a default value for the greeting argument.
  3. Run the greet function by passing only the positional argument during execution, and leave the optional argument as its default.

Все було зрозуміло?

Секція 2. Розділ 4
toggle bottom row
course content

Зміст курсу

Python Functions Tutorial

Challenge: Optional ArgumentsChallenge: Optional Arguments

In the previous chapter, you learned how to use optional arguments. Now, let's apply your new skills in practice.

Завдання

  1. Set the arguments name and greeting for the function.
  2. Set a default value for the greeting argument.
  3. Run the greet function by passing only the positional argument during execution, and leave the optional argument as its default.

Все було зрозуміло?

Секція 2. Розділ 4
toggle bottom row
some-alt