Question: 7.10 LAB: Print the Longest Word Edit the program so that it prints a word with the longest length in file.txt ACTIVITY 7.10.1: LAB: Print

7.10 LAB: Print the Longest Word Edit the program so that it prints a word with the longest length in file.txt ACTIVITY 7.10.1: LAB: Print the Longest Word 0/5 Additional files provided by your instructor file.txt Download main.py Load default template 1 file = open('file.txt', 'w').readline() 2 f- [i for i in file.split(' ' 3 s=f[1] 4 for i in range(len(f)): 5 if len(fi])
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
