Skip to content

Commit cbb083e

Browse files
Program 17
1 parent 54172a1 commit cbb083e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lab Cycle 2/program17.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ def longest_word(words):
1111

1212
print("Enter a list of words separated by spaces: ")
1313
words = input().split()
14-
longest_word(words)
14+
longest_word(words)

0 commit comments

Comments
 (0)