回答編集履歴
1
typo
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
```python
|
2
2
|
def paths_sorted(name):
|
3
|
-
return sorted(name, key=pa
|
3
|
+
return sorted(name, key=paths_key)
|
4
4
|
```
|