create a Python program that identifies the longest word(s) in a file. Your program should output an appropriate message that includes the length of the longest word, along with all of the words of that length that occurred in the file. Treat any group of non-white space characters as a word, even if it includes numbers or punctuation marks.
Try to keep the program as simple as possible
Don't use pointers and arrays
Paste the screenshots of full program with output
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here