Python/platform: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
! || Linux || macOS || Windows
! || Linux || macOS || Windows
|-
|-
| platform.system() || || ||
| platform.system() || || Darwin ||
|-
|-
| platform.machine() || || ||
| platform.machine() || || ||

Revision as of 07:52, 27 December 2019

Linux macOS Windows
platform.system() Darwin
platform.machine()
platform.processor()
platform.python_implementation()