Answers for "add word to a list"

1

how to add words to a list in python

list = []
list.append("hello")
Posted by: Guest on June-30-2020

Python Answers by Framework

Browse Popular Code Answers by Language