Advertisement
T-D-K

Untitled

May 24th, 2018
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. s = input()
  2. a = 0
  3. for c in s:
  4.     if c.islower():
  5.         a = a + 1
  6. print(a)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement