Count the number of filtered characters and character frequencies of a string | Python

  Рет қаралды 14,054

Code Setup

Code Setup

Күн бұрын

Пікірлер: 6
@codesetup265
@codesetup265 3 жыл бұрын
If we want to get the result irrespective of upper or lower cases then we can change the whole string into the upper case or lower case. If we want the result as uppercase characters and their frequency then change the whole string to uppercase else change it to lowercase. So for this, I create a variable and iterate through that. string2 = string.upper() for i in string2: ....................... output for the above case : {G:2, O:2,L:1,E:1} You can do string.lower() for the output {g:2, o:2,l:1,e:1}
@disco9521
@disco9521 2 жыл бұрын
can you make the tutorial of this code Peter Piper picked a peck of pickled peppers A peck of pickled peppers Peter Piper picked If Peter Piper picked a peck of pickled peppers Where's the peck of pickled peppers Peter Piper picked? The number of P's and p's is Capital letter P : 8 Small letter p : 28 using for loop
@rutujabadre4372
@rutujabadre4372 3 жыл бұрын
Make video on write a program in Python to check whether a number can be expanded as the sum of two prime number
@codesetup265
@codesetup265 3 жыл бұрын
Hi, I made the video on this topic, where I explained the logic but not the code. However, I linked the python code in the description. I hope it helps... kzbin.info/www/bejne/h6rHhKhorMShipo
@alin5080
@alin5080 2 жыл бұрын
bro recording audio with android
@414theConstant
@414theConstant 2 жыл бұрын
Thanks a lot bro.
25 nooby Python habits you need to ditch
9:12
mCoding
Рет қаралды 1,8 МЛН
Running With Bigger And Bigger Lunchlys
00:18
MrBeast
Рет қаралды 117 МЛН
iPhone or Chocolate??
00:16
Hungry FAM
Рет қаралды 43 МЛН
10 Important Python Concepts In 20 Minutes
18:49
Indently
Рет қаралды 144 М.
Please Master These 10 Python Functions…
22:17
Tech With Tim
Рет қаралды 166 М.
Python Challenge | Word Frequency
16:39
Very Academy
Рет қаралды 3 М.
Python Decorators in 15 Minutes
15:14
Kite
Рет қаралды 444 М.
Python Count Frequency: Count Frequency of Characters in String Python
7:46
Automate with Rakesh
Рет қаралды 2,5 М.
Accessing String Characters in Python
12:25
Neso Academy
Рет қаралды 46 М.
Running With Bigger And Bigger Lunchlys
00:18
MrBeast
Рет қаралды 117 МЛН