Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge: Annotate the Function | Annotations
Mastering Python: Annotations, Errors and Environment
course content

Зміст курсу

Mastering Python: Annotations, Errors and Environment

Mastering Python: Annotations, Errors and Environment

1. Annotations
2. Function Arguments in Details
3. Error Handling
4. Virtual Environment

Challenge: Annotate the Function

Завдання

You have the implemented is_prime() function. Annotate this function:

  1. The function should receive the integer type value.
  2. The function should return the boolean type value.
  3. The function should have a description:
    """This function checks integer number is prime and returns True or False."""

Once you've completed this task, click the button below the code to check your solution.

Завдання

You have the implemented is_prime() function. Annotate this function:

  1. The function should receive the integer type value.
  2. The function should return the boolean type value.
  3. The function should have a description:
    """This function checks integer number is prime and returns True or False."""

Once you've completed this task, click the button below the code to check your solution.

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

Секція 1. Розділ 5
toggle bottom row

Challenge: Annotate the Function

Завдання

You have the implemented is_prime() function. Annotate this function:

  1. The function should receive the integer type value.
  2. The function should return the boolean type value.
  3. The function should have a description:
    """This function checks integer number is prime and returns True or False."""

Once you've completed this task, click the button below the code to check your solution.

Завдання

You have the implemented is_prime() function. Annotate this function:

  1. The function should receive the integer type value.
  2. The function should return the boolean type value.
  3. The function should have a description:
    """This function checks integer number is prime and returns True or False."""

Once you've completed this task, click the button below the code to check your solution.

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

Секція 1. Розділ 5
toggle bottom row

Challenge: Annotate the Function

Завдання

You have the implemented is_prime() function. Annotate this function:

  1. The function should receive the integer type value.
  2. The function should return the boolean type value.
  3. The function should have a description:
    """This function checks integer number is prime and returns True or False."""

Once you've completed this task, click the button below the code to check your solution.

Завдання

You have the implemented is_prime() function. Annotate this function:

  1. The function should receive the integer type value.
  2. The function should return the boolean type value.
  3. The function should have a description:
    """This function checks integer number is prime and returns True or False."""

Once you've completed this task, click the button below the code to check your solution.

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

Завдання

You have the implemented is_prime() function. Annotate this function:

  1. The function should receive the integer type value.
  2. The function should return the boolean type value.
  3. The function should have a description:
    """This function checks integer number is prime and returns True or False."""

Once you've completed this task, click the button below the code to check your solution.

Секція 1. Розділ 5
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
We're sorry to hear that something went wrong. What happened?
some-alt