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
.