티스토리 뷰

python의 bit를 확인하고 싶을 때 아래 코드로 확인 할 수 있다.

>>> import platform
>>> print(platform.architecture())
('32bit', 'WindowsPE')


'Programing-Language > Python' 카테고리의 다른 글

python selenium 새 창 크롤링  (3) 2018.09.15
python3 venv 가상환경 사용하기  (0) 2018.08.23
python console 지우기  (2) 2018.02.12
Python None  (0) 2018.01.07
python virtualenv 윈도우 설치/사용  (0) 2017.11.19
댓글