logo

Crowdly

Browser

Add to Chrome

Qu'affiche ce code ? def mystere(n): for d in range(2,n): if n%d==...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Qu'affiche ce code ?

def mystere(n):

for d in range(2,n):

if n%d==0:

return False

return True

print(mystere(13))

More questions like this

Want instant access to all verified answers on moodle.ensea.fr?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome