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 8677488 commit ebb3428Copy full SHA for ebb3428
exercises/38-sort-tuples-ascending/README.md
@@ -8,7 +8,7 @@ Write a function `sort_tuples_ascending()` to sort the (`name`, `age`, `score`)
8
2. Then sort based on age.
9
3. Then sort by score.
10
11
-The priority is that name > age > score.
+The priority is `name` > `age` > `score`.
12
13
## 📎 Example input:
14
0 commit comments