Python Program to print words with their length of a string

Python Program to print words with their length of a string

Here, we will figure out how to print the length of the words from a string in Python? To extricate the words from the string, we will utilize String.split() technique and to get word’s length, we will utilize len() strategy. Given a string and we need to part the string into words and furthermore print … Read more

error: Alert: Content is protected!!