Python Task | Count number of Uppercase and Lowercase Letters | Python Tutorials

preview_player
Показать описание
Python 3 Programming Tutorials | Python Tutorials | Python Projects | Python Tasks | Python Technical Interview Questions |

In this Python technical question, we will count the number of uppercase and lowercase letters. We will be using the in built methods like .isupper() and .islower()

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

why we use dictionary to initialise upper and lower? plss answer !

shivamnailwal
Автор

For an assignment I need the program to calculate the number of upper, lower, digits, punctuation, and spaces. How do I do this?

Jer-znjv