1.
Use the
next_prime()
command to construct two different 8-digit prime numbers and save them in variables named a
and b
.next_prime()
command to construct two different 8-digit prime numbers and save them in variables named a
and b
.c
again, and then defines a candidate divisor of c
named d
. The third line of the cell should return True
if and only if d
is a divisor of c
. Illustrate the use of your cell by testing your code with