- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
How to Count capital letters in Python | Simple One-liner #python #pythonforbeginners #pythonshorts
Want to quickly count capital letters in a string using Python? 🤔
In this YouTube Short, I’ll show you how to write a one-liner Python expression to get the count of uppercase letters in any sentence.
📌 Code Used:
# Capital letters counter
my_letter = 'MY COUNT is what'
count_cap = sum(1 for c in my_letter if c.isupper())
print(count_cap)
🧠 Output: 7
Yes! It found 7 capital letters in the string. Fast, simple, and effective 💥
Subscribe to the channel for more Python mini-tips like this! 🚀
#PythonShorts #PythonTips #CodingShorts #LearnPython #PythonOneLiner #PythonBasics #CodeSnippet #DeveloperLife #datawizvamshi
Видео How to Count capital letters in Python | Simple One-liner #python #pythonforbeginners #pythonshorts канала DataWiz Vamshi
In this YouTube Short, I’ll show you how to write a one-liner Python expression to get the count of uppercase letters in any sentence.
📌 Code Used:
# Capital letters counter
my_letter = 'MY COUNT is what'
count_cap = sum(1 for c in my_letter if c.isupper())
print(count_cap)
🧠 Output: 7
Yes! It found 7 capital letters in the string. Fast, simple, and effective 💥
Subscribe to the channel for more Python mini-tips like this! 🚀
#PythonShorts #PythonTips #CodingShorts #LearnPython #PythonOneLiner #PythonBasics #CodeSnippet #DeveloperLife #datawizvamshi
Видео How to Count capital letters in Python | Simple One-liner #python #pythonforbeginners #pythonshorts канала DataWiz Vamshi
Комментарии отсутствуют
Информация о видео
18 мая 2025 г. 16:30:05
00:00:39
Другие видео канала




















