print ('This is your Shopping List') firstItem = input('Enter 1st item: ... shopList = [] maxLengthList = 6 while len(shopList) < maxLengthList: item ...
www.google.com.tw