DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
how to get last n elements of a list in python
array = ["a", "b", "c", "d"] num_elements = 3 print(array[-num_elements:])
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#elements
#list
#python
ADD COMMENT
Topic
COMMENT
Name
1+7 =
Submit