EmptyList = [] list = [1,2,3,4] #for appending list elements to emptylist for i in list: EmptyList.append('i')