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