return 'Boom!' if '7' in str(lst) else 'there is no digit in the list'
return 'wow' if '8' in str(lst) else 'there is no digit in the list'
потому что return
Так ты возвращайся первую функции
Обсуждают сегодня