Files
org/test.py
2026-01-28 15:06:02 +09:00

6 lines
156 B
Python

# 테스트용 스크립트
text = '산재예방부 부서장은 누구야?'
# '부'라는 글자가 포함되어 있는지 확인
print(text.find(''))