Run »
Result Size:
625 x 571
thislist = ["apple", "banana", "cherry"] print(thislist[-1])
x
thislist
=
[
"apple"
,
"banana"
,
"cherry"
]
print
(
thislist
[
-
1
])
cherry