G
G
Govnokodddd2019-09-27 09:27:48
Python
Govnokodddd, 2019-09-27 09:27:48

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

1 answer(s)
V
Vadim Bogomazov, 2019-09-27
@Govnokodddd

>>> import platform
>>> platform.architecture()
('32bit', 'WindowsPE')

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question