made this a hell of a lot better

This commit is contained in:
2025-08-12 20:16:46 +02:00
parent c7c1b8ecd6
commit 89ea87951e
29 changed files with 474 additions and 450 deletions

View File

@@ -1,7 +0,0 @@
{
"title": "Sort List",
"description": "Sort a List with a Function (sortlist); the function is supposed to take the list as an argument and is supposed to return the sorted list and print it.",
"description_md": "problems/sortlist/description.md",
"difficulty": "easy",
"test_code": "problems/sortlist/test.py"
}