Print array print(my_array) for item in my_array: print(item) Print list print(my_list) for item in my_list: print(item)