norminette
This commit is contained in:
@@ -27,7 +27,7 @@ def main(argv: list[str]):
|
||||
|
||||
print(text.split())
|
||||
|
||||
words = [word for word in text.split()]
|
||||
words = [word for word in text.split()] # mouhaha
|
||||
|
||||
filter_words = list(ft_filter(lambda word: len(word) > maxlen, words))
|
||||
print(filter_words)
|
||||
Reference in New Issue
Block a user