logo

Crowdly

Considere as seguintes linhas escritas na linguagem Python: nome = ('Artur', '...

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

Considere as seguintes linhas escritas na linguagem Python:

nome = ('Artur', 'Joana', 'Lina', 'Rute', 'Vasco')

for e in nomes:

     print(e)

for i in range(len(nomes)):

     print(nomes[i])

Assinale a afirmação correta:

More questions like this

Want instant access to all verified answers on moodle.escolatic.com.pt?

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