Merge branch 'mybranch' of https://github.com/Khandelwal05/Python into mybranch

This commit is contained in:
Riya Khandelwal 2023-10-10 21:35:26 +05:30
commit 2c29a9c40a

View File

@ -38,4 +38,4 @@ if __name__ == "__main__":
print(f"The smallest word in the given sentence is '{smallest}'") print(f"The smallest word in the given sentence is '{smallest}'")
print(f"The largest word in the given sentence is '{largest}'") print(f"The largest word in the given sentence is '{largest}'")
else: else:
print("No words found in the input sentence.") print("No words found in the input sentence.")