platform.system()
Returns the system/OS name, e.g. 'Linux'
, 'Windows'
, or 'Java'
. An empty string is returned if the value cannot be determined.
platform.system()
Returns the system/OS name, e.g. 'Linux'
, 'Windows'
, or 'Java'
. An empty string is returned if the value cannot be determined.
Please login to continue.