Python:Given that k refers to an int that is non-negative and that plist1 has been defined to be a list with at least k+1 elements,
Write a statement that defines plist2 to be a new list that contains all the elements from index k of plist1 and beyond. Do not modify plist1.