py print list item new line code example Example: python print list with newline my_list = [1, 2, 3, 4] print(*my_list, sep="\n")