Now we want to access the elements of the list. We can access an element of a list by the index of that element. For e.g. print(fruits[0])
確定! 回上一頁