Create a list in a new variable called t9 with the following values in this reverse order:
9
8
7
6
5
4
3
3. Use the print() function to display the value at index position 3 of the list t9
4. Click the Run current script button Check that your code runs: The new code should create the variable t9. Select t9 in the Variables window and examine the list as it is revealed in the Object inspector window.
What is the value of t9[3]?

Q&A Education