a = "Show me the money"

b = input("입력하셈"\n")

print(a.count(b))

print(a.find(b))




제가 만약에 e를 쳤으면


e는 총 3개 있고 6번째랑 10번째에 위치해있다고 그렇게 뜨게하고싶은데 어떻게 하는지 모르겠음


예를 들어서 "e is at the 5th location. e is at the 12th location. The string  has 2 of e character."