Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python last element of list

# to print the last item from a list
print(list[-1])
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #element #list
ADD COMMENT
Topic
Name
6+2 =