7 lines
323 B
JSON
7 lines
323 B
JSON
{
|
|
"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"
|
|
} |