#https://stackoverflow.com/questions/11178061/print-list-without-brackets-in-a-single-row data = [7, 7, 7, 7] print(*data)