number = int(input('Введите число:')) if number >= 4 and number <= 85: print("Входит\n") else: print("Не входит\n")