Осушитель

This commit is contained in:
Victor Alexandrovich Tsyrenschikov
2025-11-11 23:51:46 +05:00
parent f28ef6205b
commit 62542328f4
3 changed files with 25 additions and 3 deletions

5
24.6.py Normal file
View File

@@ -0,0 +1,5 @@
import re
str1=open('24_6.txt').read().strip()
result=re.split(r'000+',str1)
print(max(list(map(len,result))))