Python/platform: Difference between revisions
< Python
Jump to navigation
Jump to search
No edit summary |
|||
| Line 1: | Line 1: | ||
== Values on macOS + python3 (homebrew) == | == Values on macOS + python3 (homebrew) == | ||
{| class="wikitable" | |||
! function || value | |||
|- | |||
| 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 |