commit 1:

cat words... | order | length and cat words...| length |order are different because the first one orders the the words and then calculates the lentghs of each word in that order.
the second one calculates the lengths and then orders them by length.
This commit is contained in:
ilmabura
2025-09-28 11:53:30 -04:00
parent 6db88d9264
commit 72ad55485f
2 changed files with 25 additions and 3 deletions

View File

@@ -9,7 +9,8 @@ license = {text = "MIT"}
readme = "README.md"
requires-python = ">=3.10,<4.0"
dependencies = [
"wordflow (>=0.2.4,<0.3.0)"
"wordflow (>=0.2.4,<0.3.0)",
"setuptools (>=80.9.0,<81.0.0)"
]