Ask Question
18 July, 13:18

What does this snippet of code do? birds = ["robin", "finch", "grackle", "crow", "wren"] for i in birds: print (i) It counts the number of birds in the list. It prints the index and then each bird name. It prints each bird name on a separate line. It prints each index number on a separate line.

+4
Answers (1)
  1. 18 July, 16:11
    0
    It print the index and then each bird name
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What does this snippet of code do? birds = ["robin", "finch", "grackle", "crow", "wren"] for i in birds: print (i) It counts the number of ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers