Skip to content

Commit affb94f

Browse files
authored
Update and rename reading characters in a string to reading characters in a string using if else
1 parent 4b8ab70 commit affb94f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

reading characters in a string renamed to reading characters in a string using if else

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#problem statement : to get count of all letters in a string.
2+
13
from collections import Counter
24

35
#taking input from user

0 commit comments

Comments
 (0)