We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54172a1 commit cbb083eCopy full SHA for cbb083e
Lab Cycle 2/program17.py
@@ -11,4 +11,4 @@ def longest_word(words):
11
12
print("Enter a list of words separated by spaces: ")
13
words = input().split()
14
-longest_word(words)
+longest_word(words)
0 commit comments