This commit is contained in:
Victor Alexandrovich Tsyrenschikov
2025-11-21 00:41:16 +05:00
parent 2a7f887280
commit 1a1ad02a6a

View File

@@ -15,6 +15,4 @@
# matches = re.findall(pattern, data) # matches = re.findall(pattern, data)
# #
# res = max([len(match[0] + match[1]) # res = max([len(match[0] + match[1])
# for match in matches]) # for match in matches])
1