# For 32 bit it will return 32 and for 64 bit it will return 64  
import struct  
print(struct.calcsize("P") * 8)

 

相关文章:

  • 2021-09-23
  • 2021-12-06
  • 2021-10-23
  • 2021-06-08
  • 2021-06-15
  • 2022-01-13
猜你喜欢
  • 2021-11-17
  • 2021-08-01
  • 2021-12-03
  • 2021-04-18
  • 2021-10-15
  • 2022-12-23
相关资源
相似解决方案