heights =
for _ in range101010:height = int(input("Введите рост баскетболиста: "))heights.appendheightheightheight
count = 0for height in heights:if height > 180 and height < 190:count += 1
print(f"Количество баскетболистов с ростом больше 180 см, но меньше 190 см: {count}")
heights =
for _ in range101010:
height = int(input("Введите рост баскетболиста: "))
heights.appendheightheightheight
count = 0
for height in heights:
if height > 180 and height < 190:
count += 1
print(f"Количество баскетболистов с ростом больше 180 см, но меньше 190 см: {count}")