← Back to List
1543번: 문서 검색 ↗
Solutions
Python 3
37 B | 37 chars
a=input() b=input() print(a.count(b))