python 利用切片操作
st = input().lower()
key = input().lower()
st_arr = st.split(key)
print(len(st_arr)-1)