#Create a list shoppinglist = ["milk","bread","apples","eggs","rice"] #print the first item in the list print(shoppinglist[0]) #print the last item in the ...
確定! 回上一頁