We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202b2de commit a25dc2fCopy full SHA for a25dc2f
1 file changed
encode-and-decode-strings/hyeri0903.py
@@ -2,6 +2,7 @@ class Solution:
2
"""
3
@param: strs: a list of strings
4
@return: encodes a list of strings to a single string.
5
+ 모르겠어서 해설의 힘을 빌렸어요..ㅠ
6
7
def encode(self, strs: List[str]):
8
text = ""
0 commit comments