Is there a Python2 module that has more accurate Windows OS information than the sys module?

后端 未结 0 1058
攒了一身酷
攒了一身酷 2020-12-22 23:42

The following code will generate different values, on the same Windows 10 OS, based on what version of python you are using:

import sys
info = sys.getwindowsv         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题