Загрузка...

Write a Python Program to Accept The String And Count The Number of Uppercase Character

Hello Programmers, Welcome to my channel.

In this video you will learn about how to Write a Python Program to Accept The String And Count The Number of Uppercase Character

Python Scripts
======================
https://codewithtj.blogspot.com/2024/01/python-script-list.html

Python Functions Solved
==========================
https://codewithtj.blogspot.com/2023/10/python-function-code-with-tj-page-1.html

Python Programs Solved
============================
https://codewithtj.blogspot.com/2023/09/python-programs.html
Code
=============================
my_string = input("Enter a string : ")
counter = 0
for letter in my_string:
if letter.isupper():
counter += 1
print("Count of upper case character is : ", counter)
Keywords
=============================
#python #python3 #python_assignment #pythonprogramming #pythontutorial #pythonprojects #pythoncourse #pythonbaba #pythonforbeginners #pythonautomation #pythonbasic #pythonbeginners

Видео Write a Python Program to Accept The String And Count The Number of Uppercase Character канала Code With TJ
Яндекс.Метрика
Все заметки Новая заметка Страницу в заметки
Страницу в закладки Мои закладки
На информационно-развлекательном портале SALDA.WS применяются cookie-файлы. Нажимая кнопку Принять, вы подтверждаете свое согласие на их использование.
О CookiesНапомнить позжеПринять