Question: The programming language is Python. The class is Data Science. According to the 2010 census the city of Boise was made up of the following
The programming language is Python. The class is Data Science.

According to the 2010 census the city of Boise was made up of the following races: White, Asian, African American, Native American, Pacific Islander, and Hispanic. 1. a) Create an array of the races that were reported in 2010. b) Create a function boise_races that takes an array as a parameter, array_par. The function will randomly select an individual from the array that is passed in as a parameter. It will then return a nice statement saying what race the individual is. For example, randomly selected individual was Asian, return statement returns: This individual is Asian." c) Call your function from b) using the array you created in questions a)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
