✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Question #8: Which of the following print statements will print all the names in the list on a seperate line
```python
names = ['Ramesh', 'Rajesh', 'Roger', 'Ivan', 'Nico']
```