Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- t = input().split()
- a = 0
- for w in t:
- if w.count("E") == 3:
- a = a + 1
- print(a)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement