I\'m trying to add items to an array in python.
I run
array = {}
Then, I try to add something to this array by doing:
I believe you are all wrong. you need to do:
array = array[] in order to define it, and then:
array = array[]
array.append ["hello"] to add to it.
array.append ["hello"]