FindInput = input().lower()Find = ' ' + FindInput + ' 'FindList = input().lower()List = ' ' + FindList + ' 'Times = List.count(Find)FirstPlace = List.find(Find)if Times == 0:print(-1)else:print(f'{Times} {FirstPlace}')
是否是下列情況:當單字連續出現時
at
As at at