Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

adding strings in the list

#!/usr/bin/python

msg = ' '.join(['There', 'are', 'three', 'eagles', 'in', 'the', 'sky'])
print(msg)
Source by zetcode.com #
 
PREVIOUS NEXT
Tagged: #adding #strings #list
ADD COMMENT
Topic
Name
5+5 =