Skip to content

Commit a25dc2f

Browse files
committed
edit: linelint
1 parent 202b2de commit a25dc2f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

encode-and-decode-strings/hyeri0903.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ class Solution:
22
"""
33
@param: strs: a list of strings
44
@return: encodes a list of strings to a single string.
5+
모르겠어서 해설의 힘을 빌렸어요..ㅠ
56
"""
67
def encode(self, strs: List[str]):
78
text = ""

0 commit comments

Comments
 (0)