Can you order the lines so that "win" is displayed in the console?

Great! We create the list, use append() to add elements and call the print() method to display "win", the element at index 2.

Not quite! We create the list, use append() to add elements and call the print() method to display "win", the element at index 2.