Answer the question
In order to leave comments, you need to log in
How to find out the bitness of Windows using Python?
How to find out the bitness of Windows using Python? Googled it, very little info.
Answer the question
In order to leave comments, you need to log in
>>> import platform
>>> platform.architecture()
('32bit', 'WindowsPE')
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question