scripts/ege/Евич В 6/Задание 24/24.py

5 lines
102 B
Python
Raw Normal View History

2023-05-05 00:45:01 +03:00
with open("24.txt") as f:
data = f.read().split(" ")
print(min([len(x) for x in data if x]))