If you want to turn an iterable into a string, use join().
In the code above, I join elements in the list fruits using “, “.
If you want to turn an iterable into a string, use join().
In the code above, I join elements in the list fruits using “, “.