DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
python get last item in a list
my_list = ["I", "Love", "Python"] last_item_in_list = my_list[-1] # last_item_in_list = "Python"
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#python
#item
#list
ADD COMMENT
Topic
COMMENT
Name
4+8 =
Submit