update 14
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user