← Back to List

11549번: Identifying tea ↗

Solutions

Python 3
45 B | 45 chars
a=input()
l=input().split()
print(l.count(a))