"파이썬 종료하기 quit()"의 두 판 사이의 차이

(새 문서: ==개요== ;Python quit() <source lang='python'> quit() </source> <source lang='python'> import sys sys.exit(0) </source> <source lang='python'> import os os._exit(1) </source> ==...)
 
잔글 (Jmnote님이 Python quit() 문서를 파이썬 quit() 문서로 이동했습니다)

2020년 1월 12일 (일) 16:16 판

1 개요

Python quit()
quit()
import sys
sys.exit(0)
import os
os._exit(1)

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}