Categories
What can I do to make the expression regulator read spaces?
i = str(input("Введите текст: ")) look = r"[а-яА-Я]" что сделать чтоб читал пробелы тоже? res = re.findall(look, i)
Answer the question
In order to leave comments, you need to log in
look = r"[а-яА-Я ]"
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question