logo

Crowdly

Browser

Add to Chrome

Qu'affiche ce code ? L=[] for i in range(2,10): if i%3==0: L.appen...

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

Qu'affiche ce code ?

L=[]

for i in range(2,10):

if i%3==0:

L.append(i)

print(L)

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