Get Good at Python Programming - Problem #3 - Isogram (Solution)

preview_player
Показать описание
This is a free preview video of Al Sweigart's new Udemy programming course, "Get Good at Python Programming" which will be available in 2018. Critiques and questions are welcome!

Рекомендации по теме
Комментарии
Автор

Very easy to follow, and understand. And I think the key point to introduce SET is non-duplicated values allowed. Other than that, very quality video.

wufenzhong
Автор

Can Anybody share a recursive solution for the above problem?

anshulgupta
Автор

Couldn't you just return: len(set(txt.lower())) == len(txt)

TheUpriseConvention
welcome to shbcf.ru