Shrink a for-loop to a one-liner #python #shortcodeenthusiast #pythonprogramming #learnpython

preview_player
Показать описание
Sometimes, you need to count things in Python, like jerks in a group. You could use a for-loop with a counter, or simply use sum() with list iteration. Shorter. Faster. Neater.
Рекомендации по теме