Trial and Error/Python

파이썬 비트 확인하는 법

박한결 2020. 7. 27. 08:14
import platform
print(platform.architecture())