update 14

This commit is contained in:
sangge-rockpi 2024-01-20 12:53:20 +08:00
parent b916e0f709
commit fd3c25b7da

View File

@ -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