15. Printing all elements in a list in Python

preview_player
Показать описание
Here we use two different approaches to print out all the elements in a list in Python. Both are for loops, but one also uses the length of the list - len(list).
Рекомендации по теме
Комментарии
Автор

Why when i type in print the output will display all rows or values but when i type in a newline it will only print the last row or values?

Dopeboyz
Автор

My AI, it’s going to be much much more power full now.. HAHAHA

dumbidi_t
Автор

How do you print them all on the same line

faithfulservant