Python Schoolby trefilov
Шаг 1 из 3+70 XP

И / ИЛИ

`and` — оба правда. `or` — хотя бы одно.

age = 7
if age >= 6 and age <= 9:
    print("малыш")