Python program to accept a string find the longest word and its length
Python program to accept a string find the longest word and its length Write a Python program to accept a string from the user and display the longest word of that sentence along with its length. Video Tutorial Steps: 1. Read the input string from the user using the input function and store it in […]
Python program to accept a string find the longest word and its length Read More »
