Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

append attribute ofpython

my_list = ['one','two','three']
my_list.append('four')
#.append will add the string or int to the end of the list 
 
PREVIOUS NEXT
Tagged: #append #attribute #ofpython
ADD COMMENT
Topic
Name
4+7 =