QUESTION

Text
Image


7. Creating Arrays Question 1. Make an array called weird_numbers containing the following numbers (in the given order). 1. -2 2. the sine of 12 3. 3 4. 5 to the power of the cosine of 1.2 Hint: $\sin$ and $\cos$ are functions in the math module. Question 2. Make an array called book_title_words containing the following three strings: Eats"; "Shoots", and "and Leaves" In I 1; book_title_words = $=\ldots$

Public Answer

U81EOD The First Answerer