Question: 1. Create a new code cell for each problem below and type in the code. 2. Create a list with at least the names of

1. Create a new code cell for each problem below and type in the code. 2. Create a list with at least the names of four Hawaiian Islands. If desired you can write the 'okina as u"\u02BB" . For example to write hawai'i, we would type, okina=u"\u02BB" a="hawai" + okina + "i" 3. Iterate through the list and print the contents. 1. Create a new code cell for each problem below and type in the code. 2. Create a list with at least the names of four Hawaiian Islands. If desired you can write the 'okina as u"\u02BB" . For example to write hawai'i, we would type, okina=u"\u02BB" a="hawai" + okina + "i" 3. Iterate through the list and print the contents
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
