Files
org/test.py
2026-01-28 20:58:57 +09:00

6 lines
278 B
Python

# 테스트용 스크립트
d='[이름]:이준원[부서]:토건부[소속]:토건부[직급]:2직급[직위]:현재 재직 중입니다.'
print(f'{d[d.find('[이름]'): d.find('[', d.find('[이름]')+1)]}')
print(f'{d[d.find('[부서]'): d.find('[', d.find('[부서]')+1)]}')