Programming/python
[python] python, 32bit, 64bit 확인
단창
2019. 4. 1. 17:00
>>> import platform
>>> print(platform.architecture())
반응형