Pergunta de entrevista da empresa IAMOPS

items = ('a', 'b', 'c', 'd', 'e') for item in items: if item == 'b': items.remove(item) else: print(item)

Respostas da entrevista

Sigiloso

14 de mai. de 2025

i said would be an error because its attempting to change a tuple

Sigiloso

24 de jun. de 2025

acde