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