vvod = input() otvet = 'Цифр нет' for i in range(len(str(vvod))): if vvod[i] in '1234567890': otvet ='Цифра' print(otvet)