Regel
0
Q:

how to append

list = ["a"]
list.append("b")

print(list)
["a","b"]
14
myList = []
myList.append(value_to_add)
1

New to Communities?

Join the community