filmov
tv
Python Trick | Print Elements in a List without a For Loop
Показать описание
If you have a list of strings and want to print each element on a new line, you can use the join() method to accomplish this without a for loop. If the elements are another type, you will need to first convert them to strings.