use join You can study and learn programming as you wish in the content of this website. ">
 

Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

instaed of: output = "Programming" + "is" + "fun --> use join

output = " ".join(["Programming" , "is", "fun"])
Source by betterprogramming.pub #
 
PREVIOUS NEXT
Tagged: #instaed #output #join
ADD COMMENT
Topic
Name
5+6 =