Skip to content

Instantly share code, notes, and snippets.

@smith558
Created February 9, 2020 10:06
Show Gist options
  • Save smith558/cdb033b625400e33565e55d4a35297a3 to your computer and use it in GitHub Desktop.
Save smith558/cdb033b625400e33565e55d4a35297a3 to your computer and use it in GitHub Desktop.
>>> import platform, sys
>>> platform.architecture(), sys.maxsize
For example for 3.6 version type py -3.6. If you have also 32bit and 64bit versions, you can just type py -3.6-64 or py -3.6-32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment