How to convert a list to a string with join()
• 1 minElements of a list can be concatenated to string with the join() method.
Every element of a list passed to the join() method will be concatenated to form a string separated by our initial string.
Let me show you with code
Here you are! You now know how to convert a list to a string with join().
More on fundamentals
If you want to know more about Python fundamentals without headaches... check out the other articles I wrote by clicking just here: