Question: A program in Python that outputs the common names of five of the world's smallest known bird species. Your output should include the common name
A program in Python that outputs the common names of five of the world's smallest known bird species. Your output should include the common name and size of each species. You can find this information by searching the web for something like "smallest bird species" -- please output the name of the source you used for your information as well. Make sure you use an authoritative source for your data. Note: Your program doesn't need to gather this information; instead, you may hardcode it into your program code.
Step by Step Solution
There are 3 Steps involved in it
Heres a Python program that outputs the common names and sizes of five of the wo... View full answer
Get step-by-step solutions from verified subject matter experts
