mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-14 23:30:48 -05:00
22 lines
382 B
JSON
22 lines
382 B
JSON
{
|
|
"authors": [
|
|
"kimolivia"
|
|
],
|
|
"contributors": [
|
|
"valentin-p",
|
|
"BethanyG"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"string_methods.py"
|
|
],
|
|
"test": [
|
|
"string_methods_test.py"
|
|
],
|
|
"exemplar": [
|
|
".meta/exemplar.py"
|
|
]
|
|
},
|
|
"icon": "anagrams",
|
|
"blurb": "Learn about string methods while improving your little sister's school essay."
|
|
}
|