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 4ac2ae6 commit 1d35950Copy full SHA for 1d35950
python/0271-encode-and-decode-strings.py
@@ -1,4 +1,4 @@
1
-class Codec:
+class Solution:
2
def encode(self, strs):
3
res = ""
4
for s in strs:
0 commit comments