How to Print a List in Python? | FavTutor
favtutor.com › blogs › print-list-pythonNov 13, 2021 · Python with FavTutor. 2) Using join () method. When you are available with the list containing just the string elements, the best choice is to print the list using the join () function. join () is an in-build python function that takes your list as a parameter and prints it as shown in the below example. For example: