@@ -1,5 +1,6 @@
# 테스트용 스크립트
text = '산재예방부 부서장은 누구야?'
d='[이름]:이준원[부서]:토건부[소속]:토건부[직급]:2직급[직위]:현재 재직 중입니다.'
# '부'라는 글자가 포함되어 있는지 확인
print(text.find('부'))
print(f'{d[d.find('[이름]'): d.find('[', d.find('[이름]')+1)]}')
print(f'{d[d.find('[부서]'): d.find('[', d.find('[부서]')+1)]}')
The note is not visible to the blocked user.