Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to append the items in list

listA = []
 for a in range(50):
     if a%5==0:
         listA.append(a)
Source by www.codewithharry.com #
 
PREVIOUS NEXT
Tagged: #append #items #list
ADD COMMENT
Topic
Name
5+1 =