tags: [Python/Strings]Copy
tags: [Python/Strings]
# Splitting the string sentence.split() Copy
# Splitting the string sentence.split()
# Replace String stri = "This movie was awesome" stri.replace('movie', 'project') Copy
# Replace String stri = "This movie was awesome" stri.replace('movie', 'project')