how to add words to a list in python

Solutions on MaxInterview for how to add words to a list in python by the best coders in the world

showing results for - "how to add words to a list in python"
Mia
27 Jan 2018
1list = []
2list.append("hello")