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