본문 바로가기

공부/python

python 32bit 인지 64bit 인지 확인하는 법

import platform

print platform.architecture()


하면 나온다.