list1=["hello","WELCOME" ,"TO", "the","world","of","PYTHON"] letters=[ ] for word in list1: letters.append(word[0]) print(letters)
To embed this project on your website, copy the following code and paste it into your website's HTML: