Решение задач Code Wars на Python. Do you speak English. 8 kyu
Given a string of arbitrary length with any ascii characters. Write a function to determine whether the string contains the whole word “English“.
The order of characters is important -- a string “abcEnglishdef“ is correct but “abcnEglishsef“ is not correct.
Upper or lower case letter does not matter -- “eNglisH“ is also correct.
Return value as boolean values, true for the string to contains “English“, false for it does not.
Разбор задач с Code Wars:
Code Wars 8 kyu -
Code Wars 7 kyu -
Разбор задач по Python (Питон):
“Поколение Python“: курс для профессионалов -
“Поколение Python“: курс для продвинутых -
“Поколение Python“: курс для начинающих -
“Программирование на Python“ -
Единоразовая поддержка -