#18 - join and split methods in python

Поделиться
HTML-код
  • Опубликовано: 10 ноя 2024
  • Learn to use join and split methods in Python. join method can be used to create a string of list items by joining all the list items into a string value. We can also define a delimiter or separator to separate those list items into a string.
    split method is used to create a list of string items by splitting the string items. Here, the delimiter must already be on the string value itself and we can split the string values based on that delimiter.
    Facebook: / techvitals

Комментарии • 1