virtualxdemo/cpuinfo.py

2 lines
41 B
Python
Raw Permalink Normal View History

2021-07-02 16:49:30 +02:00
import platform
print(platform.machine())