If you need an array (which is called a list in python ) you declare it like this: array = []. Then you can add items like this: array.append('a').
確定! 回上一頁