I have a list:
list1=[]
the length of the list is undetermined so I am trying to append objects to the end of list1 like such:
use my_list.append(...) and do not use and other list to append as list are mutable.