파이썬 os.getcwd()

1 개요[ | ]

Python getcwd()
파이썬 getcwd()
import os
cwd = os.getcwd()
print( cwd )
# /root

2 같이 보기[ | ]

3 참고[ | ]

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