From c9a8bb1703ccd0a8f4d9b89c83d29b1b0fe968de Mon Sep 17 00:00:00 2001 From: Victor Alexandrovich Tsyrenschikov <77172321+tsyrenschikov@users.noreply.github.com> Date: Tue, 11 Nov 2025 13:35:49 +0500 Subject: [PATCH] Project --- 24.4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/24.4.py b/24.4.py index 66161a9..a9a5773 100644 --- a/24.4.py +++ b/24.4.py @@ -1,5 +1,5 @@ import re -str1=open('24_4.txt').read() +str1=open('24_5.txt').read() result=re.findall(r'((?:\d[A-Z])+|(?:[A-Z]\d)+)',str1) print(max(list(map(len,result)))) \ No newline at end of file