filmov
tv
Python String Methods - replace(), split()

Показать описание
Introduction to Python
Python String Methods - replace(), split()
replace(s1, s2) - replaces a string with another string
split() - splits the string into substrings if it finds instances of the separator
-by Yatin Jog
Python String Methods - replace(), split()
replace(s1, s2) - replaces a string with another string
split() - splits the string into substrings if it finds instances of the separator
-by Yatin Jog