Question: python (1)Add a function, called prime, to this program. Function prime takes a positive integer as input parameter and tests if it is a prime
python
(1)Add a function, called prime, to this program. Function prime takes a positive integer as input parameter and tests if it is a prime (that is, it returns true if the given number is a prime and false otherwise). Recall that a number is prime if it at least 2 and if it is only divisible by 1 and itself. Then make a call to this function and print the message stating if the number the user entered in 1 is a prime.
(2): Write a program that asks a user for a positive integer, n, and prints all the primes smaller than n.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
