Python/platform: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
== Values on macOS + python3 (homebrew) ==
== Values on macOS + python3 (homebrew) ==
* platform.system() Darwin
{| class="wikitable"
* platform.macheine() x86_64
! function || value
* platform.processor() i386
|-
* platform.python_implementation() CPython
| platform.system() || Darwin
|-
| platform.macheine() || x86_64
|-
| platform.processor() || i386
|-
| platform.python_implementation() || CPython
|}

Revision as of 07:56, 27 December 2019

Values on macOS + python3 (homebrew)

function value
platform.system() Darwin
platform.macheine() x86_64
platform.processor() i386
platform.python_implementation() CPython