Home /
Expert Answers /
Computer Science /
how-do-i-write-this-in-python-nbsp-scroll-down-below-the-s09icq-q5-comment-begin-array-l-pa575
(Solved): how do i write this in python ? Scroll down below the S09icq Q5 comment \[ \begin{array}{l} \# ...
how do i write this in python ?
Scroll down below the S09icq Q5 comment \[ \begin{array}{l} \# \\ \# \text { S09icq Q5 } \end{array} \] \[ \text { # } \] Add instructions for the following: Create a list with letters in the English language that are vowels (including " \( y \) "). vowels \( =[ \) 'a' , 'e' , 'i' , 'o', 'u' , 'y'] The position within the vector is its index. Calculate an index by 11 modulo 4 . What is returned by the statement: vowels[11\%4] Add the calculation to your py file and store your result in a variable named vowels. Copy/paste that instruction(s) into the Shell area and press ENTER to have Python calculate the result. To get full credit for this task make sure you have a variable named vowels.