List in pythonA list is a collection which is ordered and changeable. In Python lists are written with square brackets.thislist = ['apple', 'banana', ...
確定! 回上一頁