update 14
This commit is contained in:
parent
b916e0f709
commit
fd3c25b7da
@ -11,9 +11,8 @@ class Solution:
|
||||
for string in strs:
|
||||
if string[i] != strs[0][i]:
|
||||
break
|
||||
|
||||
i += 1
|
||||
return_string += strs[0][i]
|
||||
i += 1
|
||||
except:
|
||||
break
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user