Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python lists

fruits = ['apple', 'banana', 'mango', 'cherry']

for fruit in fruits:
  print(fruit)
Source by softhunt.net #
 
PREVIOUS NEXT
Tagged: #python #lists
ADD COMMENT
Topic
Name
2+2 =