"파이썬 getenv()"의 두 판 사이의 차이

잔글 (Jmnote님이 Python getenv() 문서를 파이썬 getenv() 문서로 이동했습니다)
(차이 없음)

2019년 9월 29일 (일) 04:20 판

1 개요

Python getenv()
Python os.getenv()
import os
print(os.getenv('LC_ALL'))
# C.UTF-8

2 같이 보기

3 참고

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