Preliminary

Due Date: Thursday, April 11 by 12:30 This is an individual assignment.

Target Bird List - 100 points

The file birddata.txt contains information about the 30 most commonly occurring birds in Montana.

Assignment

Using bird_targets.py as a starting point, write the missing functions so that the user could produce this transcript.

Requirements and Grading

  • 10 points - The function print_menu works correctly.
  • 10 points - The function print_target_list works correctly.
  • 10 points - The function how_many_birds works correctly.
  • 10 points - The function how_many_in_family works correctly.
  • 15 points - The function lookup_by_name works correctly when the bird is in the target list (10 points) and when it is not (5 points).
  • 15 points - The function lookup_by_number works correctly when the bird is in the target list (10 points) and when it is not (5 points).
  • 15 points - All output looks good and is easily understandable. (3 points for each type of improvement up to 15 points.)
  • 15 points - The Python code is properly commented, easy to understand and doesn’t contain significant redundancies.

Submission

Place the solution in a file named targets_[firstname].py and submit it in the Portal no later than 12:30 PM on Thursday, April 11.