Created
February 9, 2020 10:06
-
-
Save smith558/cdb033b625400e33565e55d4a35297a3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> 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