str= "Die Welt ist Bunt" # 
list=["Gruen", "Blau", "Rosa", "Gelb"]
#print (type(str))
#print (str[1])
#print (str(i))

words=str.split()
for i in words:

    print("||________" + i[0]+ "_____" + i[1]+ "_____" + i[2]+ "_____" + i[2-3]+ "________||" )