@@ -1,6 +1,5 @@
import re
str1=open('24_5.txt').read()
pattern = r"^(?!.*PP).*$"
result=re.findall(r'.*^(P)(\1).*$',str1)
result=re.split(r'^(?!.*PP).*',str1)
# print(max(list(map(len,result))))
The note is not visible to the blocked user.