@@ -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))))
The note is not visible to the blocked user.