Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- s = input()
- a = 0
- for c in s:
- if c.islower():
- a = a + 1
- print(a)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement