I have the following function that takes a 2dlist as parameter
def listy(oldlist): newlist=oldlist.copy() for i in newlist: del i[0]