HackerRank - String Validators - Python

preview_player
Показать описание
Check us out on Social Media at
TikTok @KnowledgeMavens
Рекомендации по теме
Комментарии
Автор

Thank you for helping and also explaining the steps to do this. Keep it up.

janderson
Автор

why are u writing for loop after i.isalnum() method.
is it possible like this
for i in s:
print(any(i.isalnum()))

pasumarthiashik
Автор

as i understand, you're executing 5 for-loops, right?

immythic
Автор

This is not the corect way to solve this.
The any() function returns True if any item in an iterable are true, otherwise it returns False.

TheyCensorUsHere
visit shbcf.ru