Python/platform: Difference between revisions
< Python
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
== | == Informations on macOS with homebrew python 3.7 == | ||
{| class="wikitable" | {| class="wikitable" | ||
! function || value | ! function || value | ||
Revision as of 07:57, 27 December 2019
Informations on macOS with homebrew python 3.7
| function | value |
|---|---|
| platform.system() | Darwin |
| platform.macheine() | x86_64 |
| platform.processor() | i386 |
| platform.python_implementation() | CPython |