✅ 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:
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!