Python 38 Programming Tutorial - Unpack List or Tuples
date,item,price=['December23,2015','BreadGloves',8.51]print(item)Endofsemesteryouwantedtodropfirstandlastquizgradesandaveragetherestdefdrop_first_last(grades):first,*middle,last=gradesavg=sum(middle)/