본문 바로가기
Programming/python

[python] python, 32bit, 64bit 확인

by 단창 2019. 4. 1.

>>> import platform

>>> print(platform.architecture())

 

 

반응형