os.arch()
Returns the operating system CPU architecture. Possible values are 'x64'
, 'arm'
and 'ia32'
. Returns the value of process.arch
.
os.arch()
Returns the operating system CPU architecture. Possible values are 'x64'
, 'arm'
and 'ia32'
. Returns the value of process.arch
.
Designed by : w10schools
service@w10schools.com
Please login to continue.