scripts/ege/Евич В 6/Задание 24/24.py
2023-05-05 00:45:01 +03:00

5 lines
102 B
Python

with open("24.txt") as f:
data = f.read().split(" ")
print(min([len(x) for x in data if x]))