diff --git a/strings/largest_smallest_words.py b/strings/largest_smallest_words.py index fc58bab92..06c4c8ada 100644 --- a/strings/largest_smallest_words.py +++ b/strings/largest_smallest_words.py @@ -38,4 +38,4 @@ if __name__ == "__main__": print(f"The smallest word in the given sentence is '{smallest}'") print(f"The largest word in the given sentence is '{largest}'") else: - print("No words found in the input sentence.") \ No newline at end of file + print("No words found in the input sentence.")