Join Method in Python

preview_player
Показать описание
Join Method in python is a string method and returns a string in which the elements of sequence have been joined by a string separator. Join method in python takes one argument which is iterable. Iterables in python are objects that are capable of returning its members one at a time.
Рекомендации по теме
Комментарии
Автор

What other ways can we use the join() method in python?

DikeChris