initial commit blyad
This commit is contained in:
12
problems.json
Normal file
12
problems.json
Normal file
@@ -0,0 +1,12 @@
|
||||
[
|
||||
{
|
||||
"title": "Reversed String",
|
||||
"description": "Reverse a String with a Function (revstring); the function is supposed to take the string as an argument and is supposed to return the reversed string and print it.",
|
||||
"solution": "problems/solution_reversed_string.py"
|
||||
},
|
||||
{
|
||||
"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.",
|
||||
"solution": "problems/sortlist.py"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user