Advertisement
T-D-K

Untitled

May 28th, 2018
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. t = input().split()
  2. a = 0
  3. for w in t:
  4.     if w.count("E") == 3:
  5.         a = a + 1
  6. print(a)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement