Skip to content

Commit 1d35950

Browse files
authored
Update 0271-encode-and-decode-strings.py
1 parent 4ac2ae6 commit 1d35950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/0271-encode-and-decode-strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class Codec:
1+
class Solution:
22
def encode(self, strs):
33
res = ""
44
for s in strs:

0 commit comments

Comments
 (0)