파이썬 sys.platform

1 개요[ | ]

Python sys.platform
파이썬 sys.platform
import sys
print(sys.platform) # linux
시스템 platform 값
AIX 'aix'
Linux 'linux'
Windows 'win32'
Windows/Cygwin 'cygwin'
macOS 'darwin'

2 같이 보기[ | ]

3 참고[ | ]

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