카테고리 없음
s = "하느님이 보우하사 우리나라 만세 대한사람 대한으로 길이 보전하세" a = s.count("하느님") b = s.count("대한") c = s.index("세") print(a + b + c)