← Back to List

7790번: Joke ↗

Solutions

Python 3
57 B | 57 chars
import sys

s = sys.stdin.read()

print(s.count('joke'))