Skip to content

Instantly share code, notes, and snippets.

@benwu232
Created October 6, 2014 02:25
Show Gist options
  • Save benwu232/41cff41bd9dc0449bd89 to your computer and use it in GitHub Desktop.
Save benwu232/41cff41bd9dc0449bd89 to your computer and use it in GitHub Desktop.
know the running python is 32-bit or 64-bit
import struct
print(struct.calcsize("P") * 8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment