Ask Question
16 July, 01:27

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.

+5
Answers (1)
  1. 16 July, 01:45
    0
    It print the index and then each bird name
Know the Answer?
Not Sure About the Answer?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers