226458/how-to-declare-and-add-items-to-an-array-in-python
I'm trying to add items to an array in python.
array = {}
I try to add something to this array after that by:
array.append(valueToBeInserted)
There doesn't appear to a .append method here. How can I include more items in an array?
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.