Python Essentials 4.1.3.9 Prime Numbers

Описание к видео Python Essentials 4.1.3.9 Prime Numbers

familiarizing the student with classic notions and algorithms;
improving the student's skills in defining and using functions.

Your task is to write a function checking whether a number is prime or not.

The function:

is called isPrime;
takes one argument (the value to check)
returns True if the argument is a prime number, and False otherwise.

Комментарии

Информация по комментариям в разработке